Searched refs:parentTreeScope (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DEventContext.h121 for (TreeScope* scope = m_node->treeScope(); scope; scope = scope->parentTreeScope()) {
H A DTreeScope.h54 TreeScope* parentTreeScope() const { return m_parentTreeScope; } function in class:WebCore::TreeScope
H A DEventRetargeter.cpp251 scope = scope->parentTreeScope();
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.h112 Node* parentTreeScope(Node*, ExceptionCode&);
H A DInternals.idl55 [RaisesException] Node parentTreeScope(Node node);
H A DInternals.cpp382 Node* Internals::parentTreeScope(Node* node, ExceptionCode& ec) function in class:WebCore::Internals
388 const TreeScope* parentTreeScope = node->treeScope()->parentTreeScope(); local
389 return parentTreeScope ? parentTreeScope->rootNode() : 0;

Completed in 183 milliseconds