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 53 TreeScope* parentTreeScope() const { return m_parentTreeScope; }
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 375 Node* Internals::parentTreeScope(Node* node, ExceptionState& exceptionState)
381 const TreeScope* parentTreeScope = node->treeScope().parentTreeScope();
382 return parentTreeScope ? &parentTreeScope->rootNode() : 0;
    [all...]

Completed in 656 milliseconds