Searched refs:DocAll (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DCollectionType.h37 DocAll, // "all" elements (IE) enumerator in enum:WebCore::CollectionType
H A DHTMLCollection.cpp51 case DocAll:
101 case DocAll:
141 case DocAll:
208 if (!element->isHTMLElement() && !(type == DocAll || type == NodeChildren))
245 case DocAll:
627 if (candidate && type() == DocAll && (!candidate->isHTMLElement() || !nameShouldBeVisibleInDocumentAll(toHTMLElement(candidate))))
673 if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(htmlElement)))
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLCollectionCustom.cpp78 case DocAll:
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp4400 return ensureRareData()->ensureNodeLists()->addCacheWithAtomicName<HTMLAllCollection>(this, DocAll);

Completed in 297 milliseconds