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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 34 if (isRootedAtDocument() && m_ownerNode->inDocument())
LiveNodeList.h 85 ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument || m_rootType == NodeListIsRootedAtDocumentIfOwnerHasItemrefAttr; }
NodeRareData.h 201 ASSERT(!list->isRootedAtDocument());
Document.cpp     [all...]

Completed in 90 milliseconds