HomeSort by relevance Sort by last modified time
    Searched refs:GetWindowBoundsInScreen (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/ash/wm/
window_positioner_unittest.cc 34 EXPECT_EQ("400,0 500x453", widget->GetWindowBoundsInScreen().ToString());
52 gfx::Rect bounds = widget->GetWindowBoundsInScreen();
75 gfx::Rect bounds = widget1->GetWindowBoundsInScreen();
84 bounds = widget1->GetWindowBoundsInScreen();
93 bounds = widget2->GetWindowBoundsInScreen();
99 bounds = widget2->GetWindowBoundsInScreen();
152 EXPECT_EQ("390,10 100x100", widget->GetWindowBoundsInScreen().ToString());
system_gesture_event_filter_unittest.cc 273 gfx::Rect normal_bounds = toplevel->GetWindowBoundsInScreen();
275 gfx::Rect right_tile_bounds = toplevel->GetWindowBoundsInScreen();
286 gfx::Rect left_tile_bounds = toplevel->GetWindowBoundsInScreen();
292 gfx::Rect current_bounds = toplevel->GetWindowBoundsInScreen();
309 const gfx::Rect& first_bounds = first->GetWindowBoundsInScreen();
310 const gfx::Rect& second_bounds = second->GetWindowBoundsInScreen();
326 first->GetWindowBoundsInScreen().ToString());
328 second->GetWindowBoundsInScreen().ToString());
364 gfx::Rect normal_bounds = toplevel->GetWindowBoundsInScreen();
368 toplevel->GetWindowBoundsInScreen().ToString())
    [all...]