Home
last modified time | relevance | path

Searched refs:DocAll (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAllCollection.h45 …llection, LiveNodeListBase, collection, collection->type() == DocAll, collection.type() == DocAll);
DHTMLCollection.cpp48 case DocAll: in shouldTypeOnlyIncludeDirectChildren()
90 case DocAll: in rootTypeFromCollectionType()
127 case DocAll: in invalidationTypeExcludingIdAndNameAttributes()
202 case DocAll: in isMatchingElement()
260 case DocAll: in isMatchingElement()
461 …if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElemen… in supportedPropertyNames()
489 …if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisible… in updateIdNameCache()
DHTMLAllCollection.cpp36 ASSERT_UNUSED(type, type == DocAll); in create()
41 : HTMLCollection(node, DocAll, DoesNotOverrideItemAfter) in HTMLAllCollection()
DCollectionType.h37 DocAll, // "all" elements (IE) enumerator
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8HTMLCollectionCustom.cpp51 case DocAll: in wrap()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4627 return ensureRareData().ensureNodeLists().addCache<HTMLAllCollection>(*this, DocAll); in all()