OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:button_bounds
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/first_run/steps/
app_list_step.cc
27
gfx::Rect
button_bounds
= shell_helper()->GetAppListButtonBounds();
local
28
gfx::Point center =
button_bounds
.CenterPoint();
help_step.cc
28
gfx::Rect
button_bounds
= shell_helper()->GetHelpButtonBounds();
local
29
gfx::Point center =
button_bounds
.CenterPoint();
/external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc
446
gfx::Rect
button_bounds
= GetScreenBounds();
local
449
button_bounds
.set_y(
button_bounds
.y() + 1);
455
if (!screen_bounds.Contains(
button_bounds
)) {
489
button_bounds
,
Completed in 39 milliseconds