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

  /external/chromium_org/third_party/WebKit/Source/core/html/
CollectionType.h 56 ChildNodeListType,
65 static const CollectionType FirstNodeListType = ChildNodeListType;
HTMLCollection.cpp 64 case ChildNodeListType:
102 case ChildNodeListType:
146 case ChildNodeListType:
228 case ChildNodeListType:
298 if (type() == ChildNodeListType)
335 ASSERT(type() == ChildNodeListType);
348 ASSERT(type() != ChildNodeListType);
360 ASSERT(type() != ChildNodeListType);
432 if (type() == ChildNodeListType)
475 if (type() == ChildNodeListType)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNodeList.cpp 32 : LiveNodeList(node, ChildNodeListType, DoNotInvalidateOnAttributeChanges)
LiveNodeList.h 70 if (collectionType != ChildNodeListType)
76 if (type() != ChildNodeListType)
192 : LiveNodeListBase(ownerNode.get(), rootType, invalidationType, collectionType == ChildNodeListType,

Completed in 64 milliseconds