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

  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.cc 23 const gfx::Rect display_bounds = display.bounds(); local
29 if (work_area.y() - display_bounds.y() > winning_margin) {
30 winning_margin = work_area.y() - display_bounds.y();
34 if (work_area.x() - display_bounds.x() > winning_margin) {
35 winning_margin = work_area.x() - display_bounds.x();
39 if (display_bounds.right() - work_area.right() > winning_margin) {
40 winning_margin = display_bounds.right() - work_area.right();
44 if (display_bounds.bottom() - work_area.bottom() > winning_margin) {
45 winning_margin = display_bounds.bottom() - work_area.bottom();
  /external/chromium_org/gpu/command_buffer/client/
context_support.h 40 const gfx::Rect& display_bounds,
gles2_implementation.h 228 const gfx::Rect& display_bounds,
gles2_implementation.cc     [all...]
  /external/chromium_org/cc/test/
test_context_support.h 33 const gfx::Rect& display_bounds,
45 const gfx::Rect& display_bounds,
test_context_support.cc 80 const gfx::Rect& display_bounds,
86 display_bounds,
  /external/chromium_org/ui/views/corewm/
tooltip_aura.cc 150 gfx::Rect display_bounds(screen->GetDisplayNearestPoint(location).bounds());
151 return (display_bounds.width() + 1) / 2;
162 gfx::Rect display_bounds(screen->GetDisplayNearestPoint(mouse_pos).bounds());
166 if (tooltip_rect.right() > display_bounds.right()) {
167 int h_offset = tooltip_rect.right() - display_bounds.right();
173 if (tooltip_rect.bottom() > display_bounds.bottom())
176 tooltip_rect.AdjustToFit(display_bounds);
  /external/chromium_org/ui/ozone/public/
surface_factory_ozone.cc 64 const gfx::Rect& display_bounds,
surface_factory_ozone.h 143 // |display_bounds| specify where it is supposed to be on the screen.
145 // |display_bounds|.
150 const gfx::Rect& display_bounds,
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 683 DesktopRect display_bounds = display_config.pixel_bounds;
684 display_bounds.Translate(-desktop_config_.pixel_bounds.left(),
689 copy_region.IntersectWith(display_bounds);
694 copy_region.Translate(-display_bounds.left(), -display_bounds.top());
698 (display_bounds.left() * src_bytes_per_pixel) +
699 (display_bounds.top() * frame.stride());
755 DesktopRect display_bounds = display_config.pixel_bounds;
756 display_bounds.Translate(-screen_pixel_bounds_.left(),
761 copy_region.IntersectWith(display_bounds);
    [all...]
  /external/chromium_org/ash/display/
display_change_observer_chromeos.cc 142 gfx::Rect display_bounds(state.display->origin(), mode_info->size());
160 new_info.SetBounds(display_bounds);
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc     [all...]
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 106 gfx::Rect display_bounds = display.bounds(); local
107 EXPECT_TRUE(screen_bottom_right.x() < display_bounds.width() &&
108 screen_bottom_right.y() < display_bounds.height());
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc     [all...]
  /external/chromium_org/cc/output/
overlay_unittest.cc 503 const gfx::Rect& display_bounds,

Completed in 385 milliseconds