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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 103 gfx::Rect root_bounds = root_at_point->bounds(); local
116 root_bounds.Inset(0, 0, shrink, shrink);
118 if (point_in_root.x() <= root_bounds.x()) {
121 } else if (point_in_root.x() >= root_bounds.right()) {
123 } else if (point_in_root.y() <= root_bounds.y()) {
125 } else if (point_in_root.y() >= root_bounds.bottom()) {
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 216 const gfx::Rect& root_bounds = root_window()->bounds(); local
220 window->SetBounds(root_bounds);
229 keyboard_container->SetBounds(root_bounds);
262 const gfx::Rect& root_bounds = root_window()->bounds(); local
266 window->SetBounds(root_bounds);
280 keyboard_container->SetBounds(root_bounds);
  /external/chromium_org/ash/wm/
video_detector.cc 120 gfx::Rect root_bounds = window->GetRootWindow()->bounds();
121 if (!window->GetBoundsInRootWindow().Intersects(root_bounds))
drag_window_resizer_unittest.cc 44 gfx::Rect root_bounds(root->bounds());
45 EXPECT_EQ(kRootHeight, root_bounds.height());
46 EXPECT_EQ(800, root_bounds.width());
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 85 gfx::Rect root_bounds = current_root->bounds(); local
87 if (root_bounds.Contains(event->root_location())) {
magnification_controller.cc 578 gfx::Rect root_bounds = current_root->bounds(); local
580 if (root_bounds.Contains(event->root_location())) {
617 gfx::Rect root_bounds = current_root->bounds(); local
618 if (root_bounds.Contains(event->root_location()))
magnification_controller_unittest.cc 36 gfx::Rect root_bounds(root->bounds());
41 EXPECT_EQ(kRootHeight, root_bounds.height());
42 EXPECT_EQ(kRootWidth, root_bounds.width());
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 223 gfx::Rect root_bounds = browser()->window()->GetBounds(); local
228 gfx::Rect snapshot_bounds(tab_contents_bounds.x() - root_bounds.x(),
229 tab_contents_bounds.y() - root_bounds.y(),
  /external/chromium_org/cc/test/
layer_tree_test.cc 437 gfx::Size root_bounds = layer_tree_host_->root_layer()->bounds(); local
439 gfx::ScaleSize(root_bounds, layer_tree_host_->device_scale_factor()));
  /external/chromium_org/ui/base/x/
x11_util.cc 639 gfx::Rect root_bounds; local
640 if (!GetWindowRect(root_window, &root_bounds)) {
649 root_bounds.x(),
650 root_bounds.y(),
651 root_bounds.width(),
652 root_bounds.height());
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 80 gfx::Rect root_bounds(root->bounds());
84 EXPECT_EQ(kRootHeight, root_bounds.height());
86 EXPECT_EQ(800, root_bounds.width());
    [all...]

Completed in 391 milliseconds