Home
last modified time | relevance | path

Searched refs:GetGlobalBoundsRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility.h104 gfx::Rect GetGlobalBoundsRect() const;
Dbrowser_accessibility.cc222 gfx::Rect BrowserAccessibility::GetGlobalBoundsRect() const { in GetGlobalBoundsRect() function in content::BrowserAccessibility
359 if (child->GetGlobalBoundsRect().Contains(point)) { in BrowserAccessibilityForPoint()
Dbrowser_accessibility_win.cc251 if (!GetGlobalBoundsRect().Contains(point)) { in accHitTest()
284 gfx::Rect bounds = target->GetGlobalBoundsRect(); in accLocation()