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

  /external/chromium_org/ash/shelf/
overflow_bubble_view.cc 114 const gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint( local
116 if (!monitor_rect.IsEmpty()) {
120 static_cast<int>(monitor_rect.width() *
125 static_cast<int>(monitor_rect.height() *
197 gfx::Rect monitor_rect = Shell::GetScreen()->GetDisplayNearestPoint( local
202 if (bubble_rect.x() < monitor_rect.x())
203 offset = monitor_rect.x() - bubble_rect.x();
204 else if (bubble_rect.right() > monitor_rect.right())
205 offset = monitor_rect.right() - bubble_rect.right();
210 if (bubble_rect.y() < monitor_rect.y()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 812 gfx::Rect monitor_rect = gfx::Screen::GetScreenFor(window)-> local
816 if (bubble_bottom_y + offset > monitor_rect.height() ||
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc 175 gfx::Rect* monitor_rect,
178 DCHECK(monitor_rect);
186 *monitor_rect = gfx::Rect(monitor_info.rcMonitor);
2186 gfx::Rect monitor_rect, work_area; local
    [all...]

Completed in 119 milliseconds