Home
last modified time | relevance | path

Searched refs:NodeChildren (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DCollectionType.h44 NodeChildren, // first-level children (ParentNode DOM interface) enumerator
DHTMLCollection.cpp60 case NodeChildren: in shouldOnlyIncludeDirectChildren()
93 case NodeChildren: in rootTypeFromCollectionType()
124 case NodeChildren: in invalidationTypeExcludingIdAndNameAttributes()
185 …if (!element->isHTMLElement() && !(type == DocAll || type == NodeChildren || type == WindowNamedIt… in isMatchingElement()
223 case NodeChildren: in isMatchingElement()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.cpp864 …turn ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLCollection>(this, NodeChildren); in children()