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

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.cc221 const gfx::Rect& cached_bounds,
226 window->AdjustBoundsToBeVisibleOnScreen(cached_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.cc999 const gfx::Rect& cached_bounds,
1004 *bounds = cached_bounds;
1010 !current_screen_bounds.Contains(cached_bounds)) {
1048 gfx::Rect cached_bounds; local
1053 &cached_bounds,
1059 gfx::Display display = screen->GetDisplayMatching(cached_bounds);
1063 AdjustBoundsToBeVisibleOnScreen(cached_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 887 milliseconds