OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocalBoundsRect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc
226
gfx::Rect absolute_rect = node->
GetLocalBoundsRect
();
229
gfx::Rect parent_rect = node->parent()->
GetLocalBoundsRect
();
425
gfx::Rect node_bounds = node->
GetLocalBoundsRect
();
browser_accessibility.h
118
gfx::Rect
GetLocalBoundsRect
() const;
browser_accessibility.cc
146
gfx::Rect BrowserAccessibility::
GetLocalBoundsRect
() const {
188
gfx::Rect bounds =
GetLocalBoundsRect
();
Completed in 39 milliseconds