Searched defs:root_bounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/magnifier/
H A Dpartial_magnification_controller.cc85 gfx::Rect root_bounds = current_root->bounds(); local
87 if (root_bounds.Contains(event->root_location())) {
H A Dmagnification_controller.cc578 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()))
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc216 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/display/
H A Dmouse_cursor_event_filter.cc103 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/cc/test/
H A Dlayer_tree_test.cc437 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/chrome/test/perf/rendering/
H A Dthroughput_tests.cc223 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/ui/base/x/
H A Dx11_util.cc639 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());

Completed in 235 milliseconds