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

  /external/chromium/chrome/browser/accessibility/
browser_accessibility.cc 90 bool BrowserAccessibility::IsDescendantOf(
95 return parent_->IsDescendantOf(ancestor);
browser_accessibility.h 75 bool IsDescendantOf(BrowserAccessibility* ancestor);
browser_accessibility_manager.cc 231 if (focus_ && (!root || focus_->IsDescendantOf(root)))

Completed in 891 milliseconds