Searched refs:IsDescendantOf (Results 1 – 3 of 3) sorted by relevance
90 bool BrowserAccessibility::IsDescendantOf( in IsDescendantOf() function in BrowserAccessibility95 return parent_->IsDescendantOf(ancestor); in IsDescendantOf()
75 bool IsDescendantOf(BrowserAccessibility* ancestor);
231 if (focus_ && (!root || focus_->IsDescendantOf(root))) in GetFocus()