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

  /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...]
border_contents.h 57 // |monitor_bounds|.
60 const gfx::Rect& monitor_bounds,
66 // |monitor_bounds| and puts the values in |offscreen_insets|.
67 // Returns false if |window_bounds| is actually contained in |monitor_bounds|,
69 static bool ComputeOffScreenInsets(const gfx::Rect& monitor_bounds,
  /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
dock_info_win.cc 253 return result_.monitor_bounds().Contains(result_.GetPopupRect());
283 const gfx::Rect& m_bounds = info.monitor_bounds();
  /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/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 98 milliseconds