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

/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.h105 const gfx::Rect& current_screen_bounds,
H A Dapp_browsertest_util.cc223 const gfx::Rect& current_screen_bounds,
228 current_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.cc741 gfx::Rect current_screen_bounds(0, 0, 1600, 900);
747 current_screen_bounds,
757 current_screen_bounds,
769 current_screen_bounds,
781 current_screen_bounds,
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc1001 const gfx::Rect& current_screen_bounds,
1009 if (cached_screen_bounds != current_screen_bounds &&
1010 !current_screen_bounds.Contains(cached_bounds)) {
1013 std::min(bounds->width(), current_screen_bounds.width())));
1016 std::min(bounds->height(), current_screen_bounds.height())));
1018 std::max(current_screen_bounds.x(),
1020 current_screen_bounds.right() - bounds->width())));
1022 std::max(current_screen_bounds.y(),
1024 current_screen_bounds.bottom() - bounds->height())));
1060 gfx::Rect current_screen_bounds local
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
[all...]
H A Dapp_window.h433 const gfx::Rect& current_screen_bounds,

Completed in 122 milliseconds