Searched defs:screen_rect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_dev_tools_manager_delegate.cc86 gfx::Rect screen_rect = bvr->GetScreenRect(); local
87 description.SetInteger("screenX", screen_rect.x());
88 description.SetInteger("screenY", screen_rect.y());
89 description.SetBoolean("empty", screen_rect.size().IsEmpty());
90 if (!screen_rect.size().IsEmpty()) {
91 description.SetInteger("width", screen_rect.width());
92 description.SetInteger("height", screen_rect.height());
/external/chromium_org/ash/screensaver/
H A Dscreensaver_view.cc139 gfx::Rect screen_rect = local
152 container_window_->SetBounds(screen_rect);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_positioner.cc41 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
142 const gfx::Rect& screen_rect = display_.bounds(); local
[all...]
/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue_unittest.cc112 const gfx::Rect screen_rect = gfx::Rect(screen_size); member in namespace:content::__anon7036
183 CopyBufferDamage(_, _, small_damage, screen_rect)).Times(1);
200 CopyBufferDamage(_, _, small_damage, screen_rect)).Times(1);
205 EXPECT_EQ(next_frame().damage, screen_rect);
212 CopyBufferDamage(_, _, small_damage, screen_rect)).Times(1);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc201 DesktopRect screen_rect(DesktopRect::MakeXYWH(
206 if (!screen_rect.equals(desktop_dc_rect_)) {
229 desktop_dc_rect_ = screen_rect;
239 DesktopRect screen_rect = local
241 if (screen_rect.is_empty())
244 DesktopSize size = screen_rect.size();
249 !queue_.current_frame()->size().equals(screen_rect.size())) {
270 0, 0, screen_rect.width(), screen_rect.height(),
272 screen_rect
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.cc108 gfx::Rect screen_rect = gfx::Screen::GetScreenFor(parent)-> local
111 bounds_rect.AdjustToFit(screen_rect);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dscreen_capturer_x11.cc432 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/chrome/installer/util/
H A Dinstall_util.cc114 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,

Completed in 224 milliseconds