OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTreeScope
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeAdopter.cpp
107
ASSERT(!node.
isTreeScope
());
Node.h
268
bool
isTreeScope
() const { return treeScope().rootNode() == this; }
270
bool isShadowRoot() const { return isDocumentFragment() &&
isTreeScope
(); }
[
all
...]
Node.cpp
941
if (other->
isTreeScope
())
942
return !
isTreeScope
();
[
all
...]
Completed in 56 milliseconds