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

  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelsNodeList.cpp 37 : LiveNodeList(ownerNode, LabelsNodeListType, InvalidateOnForAttrChange, NodeListIsRootedAtDocument)
RadioNodeList.cpp 41 : LiveNodeList(rootNode, type, InvalidateForFormControls, isHTMLFormElement(rootNode) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode)
HTMLCollection.cpp 94 return NodeListIsRootedAtDocument;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeListBase.h 40 NodeListIsRootedAtDocument
69 ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument; }

Completed in 815 milliseconds