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

/external/chromium_org/chrome/browser/chromeos/first_run/steps/
H A Dapp_list_step.cc27 gfx::Rect button_bounds = shell_helper()->GetAppListButtonBounds(); local
28 gfx::Point center = button_bounds.CenterPoint();
H A Dhelp_step.cc28 gfx::Rect button_bounds = shell_helper()->GetHelpButtonBounds(); local
29 gfx::Point center = button_bounds.CenterPoint();
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc89 // Using |button_bounds|, determine the anchor offset so that the bubble gets
92 const gfx::Rect& button_bounds, views::Widget* widget) {
96 gfx::Point anchor(button_bounds.CenterPoint());
91 GetAnchorPositionOffsetToShelf( const gfx::Rect& button_bounds, views::Widget* widget) argument

Completed in 174 milliseconds