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

  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.h 86 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; } function in class:chromeos::WmOverviewController
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents.cc 51 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,
121 if (monitor_bounds.Contains(window_bounds))
131 // | left | monitor_bounds | right
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer_linux.cc 112 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/
dock_info.h 138 void set_monitor_bounds(const gfx::Rect& monitor_bounds) {
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/
tab_strip.cc 758 gfx::Rect monitor_bounds = views::GetMonitorBoundsForRect(drop_bounds); local
759 *is_beneath = (monitor_bounds.IsEmpty() ||
760 !monitor_bounds.Contains(drop_bounds));
    [all...]

Completed in 291 milliseconds