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(forNode, LabelsNodeListType, InvalidateOnForAttrChange, NodeListIsRootedAtDocument)
RadioNodeList.cpp 41 : LiveNodeList(rootNode, RadioNodeListType, InvalidateForFormControls, rootNode->hasTagName(formTag) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode)
HTMLCollection.cpp 91 return NodeListIsRootedAtDocument;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 40 NodeListIsRootedAtDocument,
85 ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument || m_rootType == NodeListIsRootedAtDocumentIfOwnerHasItemrefAttr; }

Completed in 68 milliseconds