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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 39 NodeListIsRootedAtNode,
191 LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRootedAtNode)
  /external/chromium_org/third_party/WebKit/Source/core/html/
RadioNodeList.cpp 41 : LiveNodeList(rootNode, RadioNodeListType, InvalidateForFormControls, rootNode->hasTagName(formTag) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode)
HTMLCollection.cpp 101 return NodeListIsRootedAtNode;
112 return NodeListIsRootedAtNode;

Completed in 53 milliseconds