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

  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 273 const gfx::Rect& root_bounds = root_window()->bounds(); local
277 window->SetBounds(root_bounds);
283 keyboard_container->SetBounds(root_bounds);
317 const gfx::Rect& root_bounds = root_window()->bounds(); local
321 window->SetBounds(root_bounds);
327 keyboard_container->SetBounds(root_bounds);
355 const gfx::Rect& root_bounds = root_window()->bounds(); local
359 window->SetBounds(root_bounds);
365 keyboard_container->SetBounds(root_bounds);
388 const gfx::Rect& root_bounds = root_window()->bounds() local
431 const gfx::Rect& root_bounds = root_window()->bounds(); local
456 const gfx::Rect& root_bounds = root_window()->bounds(); local
509 const gfx::Rect& root_bounds = root_window()->bounds(); variable
510 keyboard_container()->SetBounds(root_bounds); variable
    [all...]
  /external/chromium_org/ash/wm/
video_detector.cc 123 gfx::Rect root_bounds = window->GetRootWindow()->bounds();
124 if (!window->GetBoundsInRootWindow().Intersects(root_bounds))
drag_window_resizer_unittest.cc 46 gfx::Rect root_bounds(root->bounds());
47 EXPECT_EQ(kRootHeight, root_bounds.height());
48 EXPECT_EQ(800, root_bounds.width());
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 86 gfx::Rect root_bounds = current_root->bounds(); local
88 if (root_bounds.Contains(event->root_location())) {
magnification_controller.cc 554 gfx::Rect root_bounds = current_root->bounds(); local
556 if (root_bounds.Contains(event->root_location())) {
594 gfx::Rect root_bounds = current_root->bounds(); local
595 if (root_bounds.Contains(event->root_location()))
magnification_controller_unittest.cc 37 gfx::Rect root_bounds(root->bounds());
42 EXPECT_EQ(kRootHeight, root_bounds.height());
43 EXPECT_EQ(kRootWidth, root_bounds.width());
  /external/chromium_org/ui/base/x/
x11_util.cc 582 gfx::Rect root_bounds; local
583 if (!GetWindowRect(root_window, &root_bounds)) {
592 root_bounds.x(),
593 root_bounds.y(),
594 root_bounds.width(),
595 root_bounds.height());
    [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 543 gfx::Size root_bounds = layer_tree_host_->root_layer()->bounds(); local
545 gfx::ScaleSize(root_bounds, layer_tree_host_->device_scale_factor()));
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer_unittest.cc 82 gfx::Rect root_bounds(root->bounds());
86 EXPECT_EQ(kRootHeight, root_bounds.height());
88 EXPECT_EQ(800, root_bounds.width());
    [all...]

Completed in 299 milliseconds