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

  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 117 return monitor_bounds_.Contains(screen_point) &&
131 int half_m_width = (monitor_bounds_.right() - monitor_bounds_.x()) / 2;
132 int half_m_height = (monitor_bounds_.bottom() - monitor_bounds_.y()) / 2;
138 new_window_bounds->SetRect(monitor_bounds_.x(), window_bounds.y(),
143 new_window_bounds->SetRect(monitor_bounds_.x() + half_m_width,
149 new_window_bounds->SetRect(window_bounds.x(), monitor_bounds_.y(),
155 monitor_bounds_.y() + half_m_height,
160 new_window_bounds->SetRect(monitor_bounds_.x(), monitor_bounds_.y()
    [all...]
dock_info.h 139 monitor_bounds_ = monitor_bounds;
141 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; }
163 monitor_bounds_ == other.monitor_bounds_;
182 gfx::Rect monitor_bounds_; member in class:DockInfo
  /external/chromium/chrome/browser/chromeos/
wm_overview_controller.h 86 const gfx::Rect& monitor_bounds() const { return monitor_bounds_; }
139 gfx::Rect monitor_bounds_; member in class:chromeos::WmOverviewController
  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 15 monitor_bounds_ = bounds;
22 return monitor_bounds_;
26 gfx::Rect monitor_bounds_; member in class:TestBorderContents
  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 51 monitor_bounds_.push_back(bounds);
61 return monitor_bounds_[0];
72 gfx::Rect bounds = monitor_bounds_[monitor_index];
96 std::vector<gfx::Rect> monitor_bounds_; member in class:TestMonitorInfoProvider
    [all...]

Completed in 69 milliseconds