Searched defs:monitor_bounds (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_controller.h86 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; } function in class:chromeos::WmOverviewController
/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_contents.cc51 gfx::Rect monitor_bounds = GetMonitorBounds(position_relative_to); local
52 if (!monitor_bounds.IsEmpty()) {
55 position_relative_to, monitor_bounds,
60 position_relative_to, monitor_bounds,
84 const gfx::Rect& monitor_bounds,
91 if (ComputeOffScreenInsets(monitor_bounds, *window_bounds,
105 if (ComputeOffScreenInsets(monitor_bounds, *window_bounds,
118 bool BorderContents::ComputeOffScreenInsets(const gfx::Rect& monitor_bounds, argument
121 if (monitor_bounds.Contains(window_bounds))
131 // | left | monitor_bounds | righ
81 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& position_relative_to, const gfx::Rect& monitor_bounds, const gfx::Size& local_contents_size, BubbleBorder::ArrowLocation* arrow_location, gfx::Rect* window_bounds) argument
[all...]
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_linux.cc112 gfx::Rect monitor_bounds = provider->GetPrimaryMonitorWorkArea(); local
113 gfx::Point corner(monitor_bounds.x(), monitor_bounds.y());
121 std::min(x + kWindowTilePixels, monitor_bounds.right() - size.width()),
123 monitor_bounds.bottom() - size.height()));
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.h138 void set_monitor_bounds(const gfx::Rect& monitor_bounds) { argument
139 monitor_bounds_ = monitor_bounds;
141 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; } function in class:DockInfo
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc758 gfx::Rect monitor_bounds = views::GetMonitorBoundsForRect(drop_bounds); local
759 *is_beneath = (monitor_bounds.IsEmpty() ||
760 !monitor_bounds.Contains(drop_bounds));

Completed in 82 milliseconds