HomeSort by relevance Sort by last modified time
    Searched refs:DocAll (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLAllCollection.cpp 39 : HTMLCollection(base, DocAll)
CollectionType.h 40 DocAll, // "all" elements (IE)
HTMLCollection.cpp 95 case DocAll:
191 case DocAll:
273 if (m_type == DocAll &&
334 && (m_type != DocAll ||
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLCollectionCustom.cpp 146 case DocAll:
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLCollectionCustom.cpp 147 if (impl->type() == DocAll)

Completed in 107 milliseconds