Home
last modified time | relevance | path

Searched defs:commonAncestorTreeScope (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp434 const TreeScope* TreeScope::commonAncestorTreeScope(const TreeScope& other) const in commonAncestorTreeScope() function in blink::TreeScope
455 TreeScope* TreeScope::commonAncestorTreeScope(TreeScope& other) in commonAncestorTreeScope() function in blink::TreeScope
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp326 …const TreeScope* commonAncestorTreeScope = startContainer->treeScope().commonAncestorTreeScope(end… in initialize() local