Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLCollection.cpp95 case DocAll: in itemAfter()
191 case DocAll: in itemAfter()
273 if (m_type == DocAll && in checkForNameMatch()
334 && (m_type != DocAll || in updateNameCache()
DHTMLAllCollection.cpp39 : HTMLCollection(base, DocAll) in HTMLAllCollection()
DCollectionType.h40 DocAll, // "all" elements (IE) enumerator
/external/webkit/Source/WebCore/bindings/js/
DJSHTMLCollectionCustom.cpp146 case DocAll: in toJS()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLCollectionCustom.cpp147 if (impl->type() == DocAll) in toV8()