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

  /external/chromium_org/android_webview/native/
aw_dev_tools_server.cc 91 gfx::Rect screen_rect = bvr->GetScreenRect(); local
92 description.SetInteger("screenX", screen_rect.x());
93 description.SetInteger("screenY", screen_rect.y());
94 description.SetBoolean("empty", screen_rect.size().IsEmpty());
95 if (!screen_rect.size().IsEmpty()) {
96 description.SetInteger("width", screen_rect.width());
97 description.SetInteger("height", screen_rect.height());
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 147 gfx::Rect screen_rect = local
160 container_window_->SetBounds(screen_rect);
  /external/chromium_org/content/browser/renderer_host/
backing_store_win.cc 175 gfx::Rect screen_rect = gfx::ToEnclosingRect( local
179 RECT damaged_rect, r = screen_rect.ToRECT();
render_widget_host_view_aura.cc 1109 gfx::Rect screen_rect = GetViewBounds(); local
    [all...]
render_widget_host_view_win.cc 2969 gfx::Rect screen_rect = ui::win::DIPToScreenRect(pos); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 109 gfx::Rect screen_rect = gfx::Screen::GetScreenFor(parent)-> local
112 bounds_rect.AdjustToFit(screen_rect);
  /external/chromium_org/content/renderer/pepper/
renderer_ppapi_host_impl.cc 201 WebKit::WebRect screen_rect = render_view->screenInfo().rect; local
202 return gfx::Point(pt.x() - window_rect.x + screen_rect.x,
203 pt.y() - window_rect.y + screen_rect.y);
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 95 int CalculateMenuYPosition(const GdkRectangle* screen_rect,
98 CHECK(screen_rect);
104 const int screen_top = screen_rect->y;
105 const int screen_bottom = screen_rect->y + screen_rect->height;
657 GdkRectangle screen_rect; local
659 &screen_rect);
675 *y = CalculateMenuYPosition(&screen_rect, &menu_req, widget, *y);
698 GdkRectangle screen_rect; local
699 gdk_screen_get_monitor_geometry(screen, monitor, &screen_rect);
    [all...]
browser_titlebar.cc 723 GdkRectangle screen_rect; local
724 gdk_screen_get_monitor_geometry(screen, monitor, &screen_rect);
733 width = screen_rect.width;
736 height = screen_rect.height;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc 99 int CalculateMenuYPosition(const GdkRectangle* screen_rect,
102 CHECK(screen_rect);
108 const int screen_top = screen_rect->y;
109 const int screen_bottom = screen_rect->y + screen_rect->height;
678 GdkRectangle screen_rect; local
680 &screen_rect);
699 *y = CalculateMenuYPosition(&screen_rect, &menu_req, widget, *y);
722 GdkRectangle screen_rect; local
723 gdk_screen_get_monitor_geometry(screen, monitor, &screen_rect);
    [all...]
browser_titlebar.cc 882 GdkRectangle screen_rect; local
    [all...]
  /external/chromium_org/chrome/installer/util/
install_util.cc 107 RECT screen_rect = mi.rcWork; local
108 int x_offset = (screen_rect.right - screen_rect.left) / 2;
109 int y_offset = (screen_rect.bottom - screen_rect.top) / 2;
111 screen_rect.left + x_offset,
112 screen_rect.top + y_offset,
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 789 const gfx::Rect& screen_rect = display.bounds(); local
794 if (taskbar_rect.bottom() == screen_rect.bottom()) {
796 return gfx::Point(screen_rect.x(), taskbar_rect.y());
803 return gfx::Point(screen_rect.x(), taskbar_rect.bottom());
809 if (taskbar_rect.x() == screen_rect.x()) {
811 return gfx::Point(taskbar_rect.right(), screen_rect.y());
818 return gfx::Point(taskbar_rect.x(), screen_rect.y());
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 644 gfx::Rect screen_rect = GetViewBounds(); local
646 invalid_screen_rect.Offset(screen_rect.x(), screen_rect.y());
    [all...]

Completed in 639 milliseconds