Searched refs:monitor_rect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/shelf/
H A Doverflow_bubble_view.cc114 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
[all...]
/external/chromium_org/ui/gfx/win/
H A Dhwnd_util.cc29 Rect monitor_rect(mi.rcWork);
31 new_window_rect.AdjustToFit(monitor_rect);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc174 gfx::Rect* monitor_rect,
177 DCHECK(monitor_rect);
185 *monitor_rect = gfx::Rect(monitor_info.rcMonitor);
2225 gfx::Rect monitor_rect, work_area; local
2227 GetMonitorAndRects(window_rect, &monitor, &monitor_rect, &work_area)) {
2228 bool work_area_changed = (monitor_rect == last_monitor_rect_) &&
2244 new_window_rect = monitor_rect;
2272 last_monitor_rect_ = monitor_rect;
172 GetMonitorAndRects(const RECT& rect, HMONITOR* monitor, gfx::Rect* monitor_rect, gfx::Rect* work_area) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc786 gfx::Rect monitor_rect = gfx::Screen::GetScreenFor(window)-> local
790 if (bubble_bottom_y + offset > monitor_rect.height() ||

Completed in 141 milliseconds