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

  /external/chromium_org/third_party/WebKit/Source/core/html/
DocumentNameCollection.h 17 ASSERT_UNUSED(type, type == DocumentNamedItems);
29 DEFINE_TYPE_CASTS(DocumentNameCollection, LiveNodeListBase, collection, collection->type() == DocumentNamedItems, collection.type() == DocumentNamedItems);
HTMLNameCollection.cpp 38 ASSERT(type() == WindowNamedItems || type() == DocumentNamedItems);
CollectionType.h 53 DocumentNamedItems,
DocumentNameCollection.cpp 15 : HTMLNameCollection(document, DocumentNamedItems, name)
HTMLCollection.cpp 59 case DocumentNamedItems:
95 case DocumentNamedItems:
150 case DocumentNamedItems:
214 case DocumentNamedItems:
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 1783 milliseconds