OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parentTreeScope
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h
55
TreeScope*
parentTreeScope
() const { return m_parentTreeScope; }
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
373
Node* Internals::
parentTreeScope
(Node* node, ExceptionState& exceptionState)
379
const TreeScope*
parentTreeScope
= node->treeScope().
parentTreeScope
();
380
return
parentTreeScope
?
parentTreeScope
->rootNode() : 0;
[
all
...]
Completed in 951 milliseconds