Searched refs:GetGlobalBoundsRect (Results 1 – 3 of 3) sorted by relevance
104 gfx::Rect GetGlobalBoundsRect() const;
222 gfx::Rect BrowserAccessibility::GetGlobalBoundsRect() const { in GetGlobalBoundsRect() function in content::BrowserAccessibility359 if (child->GetGlobalBoundsRect().Contains(point)) { in BrowserAccessibilityForPoint()
251 if (!GetGlobalBoundsRect().Contains(point)) { in accHitTest()284 gfx::Rect bounds = target->GetGlobalBoundsRect(); in accLocation()