Searched refs:screen_loc_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_win.cc75 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) {
105 screen_loc_.x() - r.left, screen_loc_.y() - r.top);
117 screen_loc_(screen_loc),
127 gfx::Point screen_loc_; member in class:__anon2688::TopMostFinder
161 PtInRect(&r, screen_loc_.ToPOINT())) {
172 screen_loc_(screen_loc),
179 gfx::Point screen_loc_; member in class:__anon2688::LocalProcessWindowFinder
233 screen_loc_(screen_loc) {
245 if (DockInfo::IsCloseToPoint(screen_loc_,
259 gfx::Point screen_loc_; member in class:__anon2688::DockToWindowFinder
[all...]
H A Ddock_info_gtk.cc85 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) {
102 screen_loc_(screen_loc),
111 gfx::Point screen_loc_; member in class:TopMostFinder
153 if (ui::GetWindowRect(window, &rect) && rect.Contains(screen_loc_)) {
165 screen_loc_(screen_loc),
171 gfx::Point screen_loc_; member in class:LocalProcessWindowFinder
/external/chromium_org/chrome/browser/ui/aura/tabs/
H A Ddock_info_auralinux.cc90 return ui::WindowContainsPoint(window, screen_loc_);
99 screen_loc_(screen_loc),
108 gfx::Point screen_loc_; member in class:__anon6244::TopMostFinder
149 if (ui::WindowContainsPoint(window, screen_loc_)) {
161 screen_loc_(screen_loc),
167 gfx::Point screen_loc_; member in class:__anon6244::LocalProcessWindowFinder
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddock_info_gtk.cc85 if (ui::WindowContainsPoint(window, screen_loc_))
97 screen_loc_(screen_loc),
106 gfx::Point screen_loc_; member in class:TopMostFinder
147 if (ui::WindowContainsPoint(window, screen_loc_)) {
159 screen_loc_(screen_loc),
165 gfx::Point screen_loc_; member in class:LocalProcessWindowFinder
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Ddock_info_win.cc90 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) {
120 screen_loc_.x() - r.left, screen_loc_.y() - r.top);
132 screen_loc_(screen_loc),
142 gfx::Point screen_loc_; member in class:__anon6661::TopMostFinder
187 PtInRect(&r, screen_loc_.ToPOINT())) {
198 screen_loc_(screen_loc),
204 gfx::Point screen_loc_; member in class:__anon6661::LocalProcessWindowFinder
264 screen_loc_(screen_loc) {
275 if (DockInfo::IsCloseToPoint(screen_loc_,
294 gfx::Point screen_loc_; member in class:__anon6661::DockToWindowFinder
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.cc75 screen_loc_(screen_loc) {
91 if (!ui::WindowContainsPoint(window, screen_loc_))
105 gfx::Point screen_loc_; member in class:__anon15476::DragTargetWindowFinder

Completed in 169 milliseconds