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

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.cc220 const gfx::Rect& cached_bounds,
225 window->AdjustBoundsToBeVisibleOnScreen(cached_bounds,
218 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/apps/
H A Dapp_window.cc1058 const gfx::Rect& cached_bounds,
1063 *bounds = cached_bounds;
1069 !current_screen_bounds.Contains(cached_bounds)) {
1107 gfx::Rect cached_bounds; local
1112 &cached_bounds,
1118 gfx::Display display = screen->GetDisplayMatching(cached_bounds);
1122 AdjustBoundsToBeVisibleOnScreen(cached_bounds,
1057 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 2994 milliseconds