HomeSort by relevance Sort by last modified time
    Searched refs:screen_loc_ (Results 1 - 6 of 6) sorted by null

  /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:__anon5091::TopMostFinder
161 PtInRect(&r, screen_loc_.ToPOINT())) {
172 screen_loc_(screen_loc),
179 gfx::Point screen_loc_; member in class:__anon5091::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:__anon5091::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_aurax11.cc 90 return ui::WindowContainsPoint(window, screen_loc_);
99 screen_loc_(screen_loc),
108 gfx::Point screen_loc_; member in class:__anon8417::TopMostFinder
149 if (ui::WindowContainsPoint(window, screen_loc_)) {
161 screen_loc_(screen_loc),
167 gfx::Point screen_loc_; member in class:__anon8417::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:__anon8816::TopMostFinder
187 PtInRect(&r, screen_loc_.ToPOINT())) {
198 screen_loc_(screen_loc),
204 gfx::Point screen_loc_; member in class:__anon8816::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:__anon8816::DockToWindowFinder
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 69 screen_loc_(screen_loc) {
85 if (!ui::WindowContainsPoint(window, screen_loc_))
99 gfx::Point screen_loc_; member in class:__anon16956::DragTargetWindowFinder

Completed in 626 milliseconds