/external/chromium/chrome/browser/ui/tabs/ |
dock_info_win.cc | 75 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:__anon5094::TopMostFinder 161 PtInRect(&r, screen_loc_.ToPOINT())) { 172 screen_loc_(screen_loc), 179 gfx::Point screen_loc_; member in class:__anon5094::LocalProcessWindowFinder 233 screen_loc_(screen_loc) { 245 if (DockInfo::IsCloseToPoint(screen_loc_, x, y, &in_enable_area)) 259 gfx::Point screen_loc_; member in class:__anon5094::DockToWindowFinder [all...] |
dock_info_gtk.cc | 85 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/ |
dock_info_auralinux.cc | 90 return ui::WindowContainsPoint(window, screen_loc_); 99 screen_loc_(screen_loc), 108 gfx::Point screen_loc_; member in class:__anon8650::TopMostFinder 149 if (ui::WindowContainsPoint(window, screen_loc_)) { 161 screen_loc_(screen_loc), 167 gfx::Point screen_loc_; member in class:__anon8650::LocalProcessWindowFinder
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dock_info_gtk.cc | 85 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/ |
dock_info_win.cc | 90 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:__anon9067::TopMostFinder 187 PtInRect(&r, screen_loc_.ToPOINT())) { 198 screen_loc_(screen_loc), 204 gfx::Point screen_loc_; member in class:__anon9067::LocalProcessWindowFinder 264 screen_loc_(screen_loc) { 275 if (DockInfo::IsCloseToPoint(screen_loc_, x, y, &in_enable_area)) 294 gfx::Point screen_loc_; member in class:__anon9067::DockToWindowFinder [all...] |
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_drag_drop_client_aurax11.cc | 75 screen_loc_(screen_loc) { 91 if (!ui::WindowContainsPoint(window, screen_loc_)) 105 gfx::Point screen_loc_; member in class:__anon17875::DragTargetWindowFinder
|