Searched defs:commonAncestorTreeScope (Results 1 – 2 of 2) sorted by relevance
434 const TreeScope* TreeScope::commonAncestorTreeScope(const TreeScope& other) const in commonAncestorTreeScope() function in blink::TreeScope455 TreeScope* TreeScope::commonAncestorTreeScope(TreeScope& other) in commonAncestorTreeScope() function in blink::TreeScope
326 …const TreeScope* commonAncestorTreeScope = startContainer->treeScope().commonAncestorTreeScope(end… in initialize() local