Home | Sort by relevance Sort by last modified time |
/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:__anon4628::TopMostFinder 161 PtInRect(&r, screen_loc_.ToPOINT())) { 172 screen_loc_(screen_loc), 179 gfx::Point screen_loc_; member in class:__anon4628::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:__anon4628::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 |