OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRootedAtDocument
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp
33
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 37 milliseconds