HomeSort by relevance Sort by last modified time
    Searched refs:ancestorInThisScope (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
DOMSelection.cpp 60 return frame->document()->ancestorInThisScope(node);
520 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode);
538 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode);
htmlediting.cpp 85 Node* nodeA = commonScope->ancestorInThisScope(a.containerNode());
90 Node* nodeB = commonScope->ancestorInThisScope(b.containerNode());
270 Node* shadowAncestor = highestRoot->treeScope().ancestorInThisScope(editablePosition.deprecatedNode());
300 Node* shadowAncestor = highestRoot->treeScope().ancestorInThisScope(editablePosition.deprecatedNode());
    [all...]
VisibleSelection.cpp 551 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
569 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 71 Node* ancestorInThisScope(Node*) const;
TreeScope.cpp 197 Node* TreeScope::ancestorInThisScope(Node* node) const
275 node = ancestorInThisScope(node);
Document.cpp     [all...]

Completed in 109 milliseconds