Searched refs:root_bounds (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc273 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 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/
H A Dvideo_detector.cc123 gfx::Rect root_bounds = window->GetRootWindow()->bounds();
124 if (!window->GetBoundsInRootWindow().Intersects(root_bounds))
H A Ddrag_window_resizer_unittest.cc46 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/
H A Dpartial_magnification_controller.cc86 gfx::Rect root_bounds = current_root->bounds(); local
88 if (root_bounds.Contains(event->root_location())) {
H A Dmagnification_controller.cc554 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()))
H A Dmagnification_controller_unittest.cc37 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/
H A Dx11_util.cc582 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());
/external/chromium_org/cc/test/
H A Dlayer_tree_test.cc543 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/
H A Dworkspace_window_resizer_unittest.cc82 gfx::Rect root_bounds(root->bounds());
86 EXPECT_EQ(kRootHeight, root_bounds.height());
88 EXPECT_EQ(800, root_bounds.width());

Completed in 124 milliseconds