/external/chromium_org/content/browser/renderer_host/ |
gtk_window_utils.cc | 77 GdkRectangle monitor_rect; local 78 gdk_screen_get_monitor_geometry(screen, monitor_number, &monitor_rect); 79 results->rect = blink::WebRect(monitor_rect.x, monitor_rect.y, 80 monitor_rect.width, monitor_rect.height);
|
render_widget_host_view_gtk.cc | 675 GdkRectangle monitor_rect; local 676 gdk_screen_get_monitor_geometry(screen, monitor_id, &monitor_rect); 677 bounds = gfx::Rect(monitor_rect); [all...] |
/external/chromium_org/ash/shelf/ |
overflow_bubble_view.cc | 117 const gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint( local 119 if (!monitor_rect.IsEmpty()) { 123 static_cast<int>(monitor_rect.width() * 128 static_cast<int>(monitor_rect.height() * 202 gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint( local 207 if (bubble_rect.x() < monitor_rect.x()) 208 offset = monitor_rect.x() - bubble_rect.x(); 209 else if (bubble_rect.right() > monitor_rect.right()) 210 offset = monitor_rect.right() - bubble_rect.right(); 215 if (bubble_rect.y() < monitor_rect.y() [all...] |
/external/chromium/chrome/browser/ui/views/ |
status_bubble_views.cc | 758 gfx::Rect monitor_rect = local 762 if (bubble_bottom_y + offset > monitor_rect.height() ||
|
/external/chromium_org/chrome/browser/ui/views/ |
status_bubble_views.cc | 778 gfx::Rect monitor_rect = gfx::Screen::GetScreenFor(window)-> local 782 if (bubble_bottom_y + offset > monitor_rect.height() ||
|
/external/chromium_org/ui/base/x/ |
x11_util.cc | 1327 gdk_screen_get_monitor_geometry(gdk_screen_get_default(), 0, &monitor_rect); local [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.cc | 179 gfx::Rect* monitor_rect, 182 DCHECK(monitor_rect); 190 *monitor_rect = gfx::Rect(monitor_info.rcMonitor); 2319 gfx::Rect monitor_rect, work_area; local [all...] |