Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: Source/WebCore/dom/Node.h

Issue 10695128: Merge 120979 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/dom/NameNodeList.cpp ('k') | Source/WebCore/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Node.h
===================================================================
--- Source/WebCore/dom/Node.h (revision 122245)
+++ Source/WebCore/dom/Node.h (working copy)
@@ -69,6 +69,7 @@
class NamedNodeMap;
class NameNodeList;
class NodeList;
+class NodeListsNodeData;
class NodeRareData;
class NodeRenderingContext;
class PlatformKeyboardEvent;
@@ -558,23 +559,14 @@
void invalidateNodeListsCacheAfterAttributeChanged(const QualifiedName&, Element* attributeOwnerElement);
void invalidateNodeListsCacheAfterChildrenChanged();
- void removeCachedClassNodeList(ClassNodeList*, const String&);
-
- void removeCachedNameNodeList(NameNodeList*, const String&);
- void removeCachedTagNodeList(TagNodeList*, const AtomicString&);
- void removeCachedTagNodeList(TagNodeList*, const QualifiedName&);
- void removeCachedLabelsNodeList(DynamicSubtreeNodeList*);
-
+ NodeListsNodeData* nodeLists();
void removeCachedChildNodeList();
- PassRefPtr<RadioNodeList> radioNodeList(const AtomicString&);
- void removeCachedRadioNodeList(RadioNodeList*, const AtomicString&);
- void resetCachedRadioNodeListRootNode();
-
PassRefPtr<NodeList> getElementsByTagName(const AtomicString&);
PassRefPtr<NodeList> getElementsByTagNameNS(const AtomicString& namespaceURI, const AtomicString& localName);
PassRefPtr<NodeList> getElementsByName(const String& elementName);
PassRefPtr<NodeList> getElementsByClassName(const String& classNames);
+ PassRefPtr<RadioNodeList> radioNodeList(const AtomicString&);
PassRefPtr<Element> querySelector(const AtomicString& selectors, ExceptionCode&);
PassRefPtr<NodeList> querySelectorAll(const AtomicString& selectors, ExceptionCode&);
« no previous file with comments | « Source/WebCore/dom/NameNodeList.cpp ('k') | Source/WebCore/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698