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

  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 68 const int kRootHeight = 600;
110 UpdateDisplay(base::StringPrintf("800x%d", kRootHeight));
117 EXPECT_EQ(kRootHeight, root_bounds.height());
768 kRootHeight - WorkspaceWindowResizer::kMinOnscreenHeight - 10;
797 int expected_y = kRootHeight - window_->bounds().height() - 10;
817 kRootHeight - WorkspaceWindowResizer::kMinOnscreenHeight - 10;
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc 21 const int kRootHeight = 600;
33 UpdateDisplay(base::StringPrintf("%dx%d", kRootWidth, kRootHeight));
41 EXPECT_EQ(kRootHeight, root_bounds.height());
66 gfx::RectF bounds(0, 0, kRootWidth, kRootHeight);
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 38 const int kRootHeight = 600;
49 UpdateDisplay(base::StringPrintf("800x%d", kRootHeight));
53 EXPECT_EQ(kRootHeight, root_bounds.height());

Completed in 1679 milliseconds