Home | History | Annotate | Download | only in ui

Lines Matching refs:Rect

22   virtual gfx::Rect GetPrimaryMonitorWorkArea() const {
23 return gfx::Rect(GetMonitorInfoForMonitor(MonitorFromWindow(NULL,
27 virtual gfx::Rect GetPrimaryMonitorBounds() const {
28 return gfx::Rect(GetMonitorInfoForMonitor(MonitorFromWindow(NULL,
32 virtual gfx::Rect GetMonitorWorkAreaMatching(
33 const gfx::Rect& match_rect) const {
34 RECT other_bounds_rect = match_rect.ToRECT();
37 return gfx::Rect(monitor_info.rcWork);
41 const gfx::Rect& match_rect) const {
42 RECT other_bounds_rect = match_rect.ToRECT();
63 reinterpret_cast<std::vector<gfx::Rect>*>(data)->push_back(
64 gfx::Rect(GetMonitorInfoForMonitor(monitor).rcWork));
86 RECT area;
91 RECT browser;