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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.h 46 DEFINE_TYPE_CASTS(HTMLAllCollection, LiveNodeListBase, collection, collection->type() == DocAll, collection.type() == DocAll);
CollectionType.h 37 DocAll, // "all" elements (IE)
HTMLAllCollection.cpp 36 ASSERT_UNUSED(type, type == DocAll);
41 : HTMLCollection(node, DocAll, DoesNotOverrideItemAfter)
HTMLCollection.cpp 51 case DocAll:
93 case DocAll:
130 case DocAll:
241 case DocAll:
259 case DocAll:
442 if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element)))) {
470 if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element))))
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 275 milliseconds