Searched defs:GetLocalBoundsForRange (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc232 gfx::Rect BrowserAccessibility::GetLocalBoundsForRange(int start, int len) function in class:content::BrowserAccessibility
237 // GetLocalBoundsForRange on each of the two children (adjusting
244 gfx::Rect child_rect = child->GetLocalBoundsForRange(start, len);
331 gfx::Rect bounds = GetLocalBoundsForRange(start, len);

Completed in 63 milliseconds