Searched refs:DocAll (Results 1 – 6 of 6) sorted by relevance
45 …llection, LiveNodeListBase, collection, collection->type() == DocAll, collection.type() == DocAll);
48 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()
36 ASSERT_UNUSED(type, type == DocAll); in create()41 : HTMLCollection(node, DocAll, DoesNotOverrideItemAfter) in HTMLAllCollection()
37 DocAll, // "all" elements (IE) enumerator
51 case DocAll: in wrap()
4627 return ensureRareData().ensureNodeLists().addCache<HTMLAllCollection>(*this, DocAll); in all()