HomeSort by relevance Sort by last modified time
    Searched refs:monitor_bounds (Results 1 - 17 of 17) 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_org/chrome/browser/ui/window_sizer/
window_sizer_gtk.cc 25 gfx::Rect monitor_bounds = gfx::Screen::GetNativeScreen()-> local
27 gfx::Point corner(monitor_bounds.x(), monitor_bounds.y());
36 std::min(x + kWindowTilePixels, monitor_bounds.right() - size.width()),
38 monitor_bounds.bottom() - size.height()));
  /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_org/chrome/browser/ui/tabs/
dock_info.h 119 void set_monitor_bounds(const gfx::Rect& monitor_bounds) {
120 monitor_bounds_ = monitor_bounds;
122 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; } function in class:DockInfo
  /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_org/ui/views/controls/menu/
menu_controller.cc     [all...]
menu_controller.h 201 gfx::Rect monitor_bounds; member in struct:views::MenuController::State
  /external/chromium_org/ui/views/widget/
tooltip_manager_aura.cc 33 gfx::Rect monitor_bounds = local
36 return (monitor_bounds.width() + 1) / 2;
tooltip_manager_win.cc 64 gfx::Rect monitor_bounds = local
70 return monitor_bounds.width() == 0 ? 800 : monitor_bounds.width() - 30;
240 gfx::Rect monitor_bounds = local
243 if (!monitor_bounds.Contains(gfx::Rect(bounds))) {
371 gfx::Rect monitor_bounds = local
374 fitted_bounds.AdjustToFit(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_org/ui/views/bubble/
bubble_frame_view.cc 29 int GetOffScreenLength(const gfx::Rect& monitor_bounds,
32 if (monitor_bounds.IsEmpty() || monitor_bounds.Contains(window_bounds))
39 // | left | monitor_bounds | right |
44 return std::max(0, monitor_bounds.y() - window_bounds.y()) +
45 std::max(0, window_bounds.bottom() - monitor_bounds.bottom());
46 return std::max(0, monitor_bounds.x() - window_bounds.x()) +
47 std::max(0, window_bounds.right() - monitor_bounds.right());
  /external/chromium_org/ui/views/controls/button/
menu_button.cc 275 gfx::Rect monitor_bounds = GetWidget()->GetWorkAreaBoundsInScreen(); local
276 return monitor_bounds.right() - 1;
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc 288 return result_.monitor_bounds().Contains(result_.GetPopupRect());
337 const gfx::Rect& m_bounds = info.monitor_bounds();
tab_strip.cc 2312 gfx::Rect monitor_bounds = views::GetMonitorBoundsForRect(drop_bounds); local
    [all...]
  /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 301 milliseconds