Home
last modified time | relevance | path

Searched refs:isRootedAtDocument (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.cpp33 if (isRootedAtDocument() && m_ownerNode->inDocument()) in rootNode()
DLiveNodeList.h85 …ALWAYS_INLINE bool isRootedAtDocument() const { return m_rootType == NodeListIsRootedAtDocument ||… in isRootedAtDocument() function
DNodeRareData.h201 ASSERT(!list->isRootedAtDocument()); in adoptDocument()
DDocument.cpp3444 if (list->isRootedAtDocument()) in registerNodeList()
3453 if (list->isRootedAtDocument()) { in unregisterNodeList()