HomeSort by relevance Sort by last modified time
    Searched full:normal_bounds (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 328 gfx::Rect normal_bounds = toplevel->GetWindowBoundsInScreen(); local
331 EXPECT_NE(normal_bounds.ToString(), right_tile_bounds.ToString());
342 EXPECT_NE(normal_bounds.ToString(), left_tile_bounds.ToString());
386 gfx::Rect normal_bounds = toplevel->GetWindowBoundsInScreen(); local
389 EXPECT_NE(normal_bounds.ToString(), right_tile_bounds.ToString());
400 EXPECT_NE(normal_bounds.ToString(), left_tile_bounds.ToString());
478 gfx::Rect normal_bounds = toplevel->GetWindowBoundsInScreen(); local
480 normal_bounds.set_x(normal_bounds.x() + 150);
481 EXPECT_EQ(normal_bounds.ToString()
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 508 gfx::Rect normal_bounds = window_state->GetRestoreBoundsInParent(); local
512 EXPECT_NE(normal_bounds.ToString(), window->bounds().ToString());
518 EXPECT_EQ(normal_bounds.ToString(), window->bounds().ToString());
    [all...]

Completed in 86 milliseconds