HomeSort by relevance Sort by last modified time
    Searched refs:bounds_in_screen (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash.cc 33 // window, which intersects with the |bounds_in_screen| area of a given screen.
34 bool IsValidBrowser(Browser* browser, const gfx::Rect& bounds_in_screen) {
39 bounds_in_screen.Intersects(
44 // on the screen defined by |bounds_in_screen| and visible.
46 const gfx::Rect& bounds_in_screen) {
55 return IsValidBrowser(browser, bounds_in_screen);
64 // by |bounds_in_screen| and visible.
65 aura::Window* GetTopWindow(const gfx::Rect& bounds_in_screen) {
69 window->IsVisible() && IsValidToplevelWindow(window, bounds_in_screen)) {
94 bounds_in_screen.Intersects(window->GetBoundsInScreen()) &
    [all...]
window_sizer.h 178 bool GetBoundsOverrideAsh(gfx::Rect* bounds_in_screen,
  /external/chromium_org/ash/wm/workspace/
workspace_event_handler_unittest.cc 107 gfx::Rect bounds_in_screen = window->GetBoundsInScreen(); local
108 EXPECT_EQ(restored_bounds.x(), bounds_in_screen.x());
109 EXPECT_EQ(restored_bounds.width(), bounds_in_screen.width());
110 EXPECT_EQ(work_area.y(), bounds_in_screen.y());
111 EXPECT_EQ(work_area.height(), bounds_in_screen.height());
117 bounds_in_screen = window->GetBoundsInScreen();
118 EXPECT_EQ(restored_bounds.ToString(), bounds_in_screen.ToString());
129 bounds_in_screen = window->GetBoundsInScreen();
130 EXPECT_EQ(restored_bounds.ToString(), bounds_in_screen.ToString());
135 bounds_in_screen = window->GetBoundsInScreen()
    [all...]
workspace_event_handler.cc 29 gfx::Rect bounds_in_screen = local
31 SetRestoreBoundsInScreen(window, bounds_in_screen);
workspace_window_resizer.cc 680 gfx::Rect bounds_in_screen = local
682 MagnetismMatcher matcher(bounds_in_screen, edges);
    [all...]
  /external/chromium_org/ash/wm/
drag_window_resizer.cc 170 const gfx::Rect bounds_in_screen = local
173 gfx::IntersectRects(root_bounds_in_screen, bounds_in_screen);
188 drag_window_controller_->SetBounds(bounds_in_screen);
  /external/chromium_org/ui/aura/
window.h 162 // NULL. |bounds_in_screen| may be empty; it is more optional context that
165 const gfx::Rect& bounds_in_screen);
window.cc 347 const gfx::Rect& bounds_in_screen) {
355 root_window, this, bounds_in_screen);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 682 const gfx::Rect& bounds_in_screen) {
701 window_->SetDefaultParentByRootWindow(root, bounds_in_screen);
708 gfx::Point origin_in_parent(bounds_in_screen.origin());
713 SetBounds(gfx::Rect(origin_in_parent, bounds_in_screen.size()));
    [all...]

Completed in 811 milliseconds