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

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.h103 const gfx::Rect& cached_bounds,
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
H A Dapp_browsertest.cc739 gfx::Rect cached_bounds(80, 100, 400, 400);
745 cached_bounds,
750 EXPECT_EQ(bounds, cached_bounds);
755 cached_bounds,
760 EXPECT_EQ(bounds, cached_bounds);
/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
H A Dapp_window.h431 void AdjustBoundsToBeVisibleOnScreen(const gfx::Rect& cached_bounds,

Completed in 2093 milliseconds