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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 434 const TreeScope* TreeScope::commonAncestorTreeScope(const TreeScope& other) const
455 TreeScope* TreeScope::commonAncestorTreeScope(TreeScope& other)
457 return const_cast<TreeScope*>(static_cast<const TreeScope&>(*this).commonAncestorTreeScope(other));
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 326 const TreeScope* commonAncestorTreeScope = startContainer->treeScope().commonAncestorTreeScope(endContainer->treeScope());
327 ASSERT(commonAncestorTreeScope);
329 for (const TreeScope* treeScope = &startContainer->treeScope(); treeScope != commonAncestorTreeScope; treeScope = treeScope->parentTreeScope())
    [all...]

Completed in 83 milliseconds