Home | History | Annotate | Download | only in tabs

Lines Matching refs:screen_loc

69   // |screen_loc|, not including the windows in |ignore|.
71 const gfx::Point& screen_loc,
73 TopMostFinder finder(window, screen_loc, ignore);
128 const gfx::Point& screen_loc,
132 screen_loc_(screen_loc),
159 // Returns the hwnd from our process at screen_loc that is not obscured by
162 const gfx::Point& screen_loc,
164 LocalProcessWindowFinder finder(screen_loc, ignore);
171 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc,
195 LocalProcessWindowFinder(const gfx::Point& screen_loc,
198 screen_loc_(screen_loc),
220 static DockInfo GetDockInfoAtPoint(const gfx::Point& screen_loc,
222 DockToWindowFinder finder(screen_loc, ignore);
261 DockToWindowFinder(const gfx::Point& screen_loc,
264 screen_loc_(screen_loc) {
266 GetDisplayNearestPoint(screen_loc).bounds();