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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 38 enum NodeListRootType {
51 LiveNodeListBase(Node* ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
130 ALWAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType); }
191 LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRootedAtNode)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.cpp 77 static NodeListRootType rootTypeFromCollectionType(CollectionType type)

Completed in 219 milliseconds