Home
last modified time | relevance | path

Searched refs:DoesNotOverrideItemAfter (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h48 DoesNotOverrideItemAfter, enumerator
193 collectionType, DoesNotOverrideItemAfter)
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAllCollection.cpp40 : HTMLCollection(node, type, DoesNotOverrideItemAfter) in HTMLAllCollection()
DHTMLOptionsCollection.cpp34 : HTMLCollection(select, SelectOptions, DoesNotOverrideItemAfter) in HTMLOptionsCollection()
DHTMLCollection.cpp169 return adoptRef(new HTMLCollection(base, type, DoesNotOverrideItemAfter)); in create()