HomeSort by relevance Sort by last modified time
    Searched defs:parentTreeScope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 54 TreeScope* parentTreeScope() const { return m_parentTreeScope; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 330 Node* Internals::parentTreeScope(Node* node, ExceptionState& es)
336 const TreeScope* parentTreeScope = node->treeScope()->parentTreeScope();
337 return parentTreeScope ? parentTreeScope->rootNode() : 0;
    [all...]

Completed in 54 milliseconds