Searched refs:DoesNotOverrideItemAfter (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClassCollection.cpp39 : HTMLCollection(rootNode, ClassCollectionType, DoesNotOverrideItemAfter)
H A DTagCollection.cpp33 : HTMLCollection(rootNode, type, DoesNotOverrideItemAfter)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLNameCollection.cpp31 : HTMLCollection(document, type, DoesNotOverrideItemAfter)
H A DHTMLDataListOptionsCollection.h26 : HTMLCollection(ownerNode, DataListOptions, DoesNotOverrideItemAfter)
H A DHTMLAllCollection.cpp41 : HTMLCollection(node, DocAll, DoesNotOverrideItemAfter)
H A DHTMLOptionsCollection.cpp35 : HTMLCollection(select, SelectOptions, DoesNotOverrideItemAfter)
H A DHTMLCollection.h40 DoesNotOverrideItemAfter, enumerator in enum:blink::HTMLCollection::ItemAfterOverrideType
H A DHTMLCollection.cpp175 return adoptRefWillBeNoop(new HTMLCollection(base, type, DoesNotOverrideItemAfter));

Completed in 1064 milliseconds