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

  /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()))
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 307 gfx::Rect root_bounds = root_at_point->bounds(); local
318 root_bounds.Inset(0, 0, shrink, shrink);
322 if (point_in_root.x() <= root_bounds.x()) {
325 } else if (point_in_root.x() >= root_bounds.right()) {
327 } else if (point_in_root.y() <= root_bounds.y()) {
329 } else if (point_in_root.y() >= root_bounds.bottom()) {
  /external/chromium_org/cc/test/
layer_tree_test.cc 551 gfx::Size root_bounds = layer_tree_host_->root_layer()->bounds(); local
553 gfx::ScaleSize(root_bounds, layer_tree_host_->device_scale_factor()));
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 270 const gfx::Rect& root_bounds = root_window()->bounds(); local
274 window->SetBounds(root_bounds);
280 keyboard_container->SetBounds(root_bounds);
314 const gfx::Rect& root_bounds = root_window()->bounds(); local
318 window->SetBounds(root_bounds);
324 keyboard_container->SetBounds(root_bounds);
352 const gfx::Rect& root_bounds = root_window()->bounds(); local
356 window->SetBounds(root_bounds);
362 keyboard_container->SetBounds(root_bounds);
385 const gfx::Rect& root_bounds = root_window()->bounds() local
426 const gfx::Rect& root_bounds = root_window()->bounds(); local
479 const gfx::Rect& root_bounds = root_window()->bounds(); variable
480 keyboard_container()->SetBounds(root_bounds); variable
591 const gfx::Rect& root_bounds = root_window()->bounds(); local
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 529 gfx::Rect root_bounds; local
530 if (!GetWindowRect(root_window, &root_bounds)) {
539 root_bounds.x(),
540 root_bounds.y(),
541 root_bounds.width(),
542 root_bounds.height());
    [all...]

Completed in 255 milliseconds