Searched refs:cached_screen_bounds (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.h104 const gfx::Rect& cached_screen_bounds,
H A Dapp_browsertest_util.cc222 const gfx::Rect& cached_screen_bounds,
227 cached_screen_bounds,
219 CallAdjustBoundsToBeVisibleOnScreenForAppWindow( AppWindow* window, const gfx::Rect& cached_bounds, const gfx::Rect& cached_screen_bounds, const gfx::Rect& current_screen_bounds, const gfx::Size& minimum_size, gfx::Rect* bounds) argument
H A Dapp_browsertest.cc740 gfx::Rect cached_screen_bounds(0, 0, 1600, 900);
746 cached_screen_bounds,
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc1000 const gfx::Rect& cached_screen_bounds,
1006 // Reposition and resize the bounds if the cached_screen_bounds is different
1009 if (cached_screen_bounds != current_screen_bounds &&
1049 gfx::Rect cached_screen_bounds; local
1054 &cached_screen_bounds,
1064 cached_screen_bounds,
998 AdjustBoundsToBeVisibleOnScreen( const gfx::Rect& cached_bounds, const gfx::Rect& cached_screen_bounds, const gfx::Rect& current_screen_bounds, const gfx::Size& minimum_size, gfx::Rect* bounds) const argument
H A Dapp_window.h432 const gfx::Rect& cached_screen_bounds,

Completed in 67 milliseconds