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

/external/chromium_org/chrome/browser/apps/
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
/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

Completed in 615 milliseconds