Searched defs:match_rect (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/display/
H A Dscreen_ash.cc50 const gfx::Rect& match_rect) {
56 gfx::Rect intersect = gfx::IntersectRects(display.bounds(), match_rect);
101 virtual gfx::Display GetDisplayMatching(const gfx::Rect& match_rect)
104 FindDisplayMatching(display_list_, match_rect);
263 gfx::Display ScreenAsh::GetDisplayMatching(const gfx::Rect& match_rect) const {
264 if (match_rect.IsEmpty())
265 return GetDisplayNearestPoint(match_rect.origin());
267 FindDisplayMatching(GetDisplayManager()->displays(), match_rect);
48 FindDisplayMatching( const std::vector<gfx::Display>& displays, const gfx::Rect& match_rect) argument

Completed in 351 milliseconds