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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TagCollection.h 38 return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, namespaceURI, localName));
43 ASSERT_UNUSED(type, type == TagCollectionType);
44 return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, starAtom, localName));
58 DEFINE_TYPE_CASTS(TagCollection, LiveNodeListBase, collection, collection->type() == TagCollectionType, collection.type() == TagCollectionType);
NodeListsNodeData.h 254 ASSERT_UNUSED(type, type == TagCollectionType);
ContainerNode.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
CollectionType.h 57 TagCollectionType,
HTMLCollection.cpp 49 case TagCollectionType:
99 case TagCollectionType:
124 case TagCollectionType:
239 case TagCollectionType:
264 case TagCollectionType:

Completed in 262 milliseconds