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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.cc 41 const gfx::Rect& screen_rect = display_.bounds(); local
45 anchor = screen_rect.origin();
48 anchor = screen_rect.top_right();
51 anchor = screen_rect.bottom_left();
54 anchor = screen_rect.bottom_right();
65 const gfx::Rect& screen_rect = display_.bounds(); local
70 anchor = gfx::Point(work_area.x(), screen_rect.y());
73 anchor = gfx::Point(work_area.right(), screen_rect.y());
76 anchor = gfx::Point(screen_rect.x(), work_area.y());
79 anchor = gfx::Point(screen_rect.x(), work_area.bottom())
142 const gfx::Rect& screen_rect = display_.bounds(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 200 DesktopRect screen_rect(DesktopRect::MakeXYWH(
205 if (!screen_rect.equals(desktop_dc_rect_)) {
228 desktop_dc_rect_ = screen_rect;
238 DesktopRect screen_rect = local
240 if (screen_rect.is_empty())
243 DesktopSize size = screen_rect.size();
248 !queue_.current_frame()->size().equals(screen_rect.size())) {
269 0, 0, screen_rect.width(), screen_rect.height(),
271 screen_rect.left(), screen_rect.top()
    [all...]
  /external/chromium_org/android_webview/native/
aw_dev_tools_server.cc 149 gfx::Rect screen_rect = bvr->GetScreenRect(); local
150 description.SetInteger("screenX", screen_rect.x());
151 description.SetInteger("screenY", screen_rect.y());
152 description.SetBoolean("empty", screen_rect.size().IsEmpty());
153 if (!screen_rect.size().IsEmpty()) {
154 description.SetInteger("width", screen_rect.width());
155 description.SetInteger("height", screen_rect.height());
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 139 gfx::Rect screen_rect = local
152 container_window_->SetBounds(screen_rect);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 95 gfx::Rect screen_rect = gfx::Screen::GetScreenFor(parent)-> local
98 bounds_rect.AdjustToFit(screen_rect);
  /external/chromium_org/chrome/installer/util/
install_util.cc 114 RECT screen_rect = mi.rcWork; local
115 int x_offset = (screen_rect.right - screen_rect.left) / 2;
116 int y_offset = (screen_rect.bottom - screen_rect.top) / 2;
118 screen_rect.left + x_offset,
119 screen_rect.top + y_offset,
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 432 DesktopRect screen_rect = DesktopRect::MakeSize(frame->size()); local
433 x_server_pixel_buffer_.CaptureRect(screen_rect, frame);
447 updated_region->SetRect(screen_rect);
  /external/chromium_org/components/autofill/content/browser/risk/
fingerprint.cc 144 const gfx::Rect screen_rect(screen_info.rect);
147 gfx::SubtractRects(screen_rect, available_rect);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 565 NSRect screen_rect;
618 screen_rect = NSMakeRect(0,0,device_width,device_height);
619 QZ_SetFrame(this, [ NSScreen mainScreen ], screen_rect);
692 NSRect screen_rect;
940 screen_rect = NSMakeRect(0,0,width,height);
941 QZ_SetFrame(this, [ NSScreen mainScreen ], screen_rect);
    [all...]

Completed in 327 milliseconds