HomeSort by relevance Sort by last modified time
    Searched refs:screen_point (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/tabs/
window_finder_x11.cc 11 const gfx::Point& screen_point,
17 const gfx::Point& screen_point,
21 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
27 return finder.FindLocalProcessWindowAt(screen_point, ignore);
window_finder_chromeos.cc 11 const gfx::Point& screen_point,
16 const gfx::Point& screen_point,
18 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
window_finder_ash.cc 15 const gfx::Point& screen_point,
30 return window->GetBoundsInScreen().Contains(screen_point) ? window : NULL;
35 GetLocalProcessWindowAtPointImpl(screen_point, ignore, *i);
45 const gfx::Point& screen_point,
48 screen_point, ignore, ::ash::wm::GetRootWindowAt(screen_point));
window_finder.h 23 const gfx::Point& screen_point,
window_finder_win.cc 17 const gfx::Point& screen_point,
223 const gfx::Point& screen_point,
227 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
230 screen_point, RemapIgnoreSet(ignore));
  /external/chromium_org/ui/views/
mouse_watcher_view_host.h 25 virtual bool Contains(const gfx::Point& screen_point,
29 bool IsCursorInViewZone(const gfx::Point& screen_point);
mouse_watcher_view_host.cc 23 const gfx::Point& screen_point,
25 bool in_view = IsCursorInViewZone(screen_point);
33 bool MouseWatcherViewHost::IsCursorInViewZone(const gfx::Point& screen_point) {
43 return bounds.Contains(screen_point.x(), screen_point.y());
mouse_watcher.h 45 virtual bool Contains(const gfx::Point& screen_point,
  /external/chromium_org/ui/views/corewm/
tooltip_win.cc 81 gfx::Point screen_point = gfx::win::DIPToScreenPoint(location_); local
83 screen_point.Offset(0, cursoroffset);
90 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
92 gfx::Rect tooltip_bounds(screen_point, size);
120 const gfx::Point screen_point = gfx::win::DIPToScreenPoint(location_); local
122 gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(screen_point));
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.h 69 // Returns the DockInfo for the specified point |screen_point|. |ignore|
76 const gfx::Point& screen_point,
79 // Returns the top most window from the current process at |screen_point|.
81 // there is no window from the current process at |screen_point|, or another
82 // window obscures the topmost window from our process at |screen_point|.
85 const gfx::Point& screen_point,
92 bool IsValidForPoint(const gfx::Point& screen_point);
  /external/chromium_org/ash/system/tray/
tray_event_filter.cc 81 gfx::Point screen_point(event->root_location());
82 screen_position_client->ConvertPointToScreen(root, &screen_point);
84 if (bounds.Contains(screen_point))
90 if (bounds.Contains(screen_point))
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.h 103 // Finds the topmost X11 window at |screen_point| and returns it if it is
105 virtual ::Window FindWindowFor(const gfx::Point& screen_point);
127 // Processes a mouse move at |screen_point|.
128 void ProcessMouseMove(const gfx::Point& screen_point,
171 const gfx::Point& screen_point);
176 const gfx::Point& screen_point,
desktop_drag_drop_client_aurax11.cc 105 const gfx::Point& screen_point);
229 const gfx::Point& screen_point) {
236 screen_point_ = screen_point;
243 client->CompleteXdndPosition(source_window, screen_point);
718 const gfx::Point& screen_point) {
720 ::Window target = finder.FindWindowAt(screen_point);
780 const gfx::Point& screen_point,
786 ::Window dest_window = FindWindowFor(screen_point);
805 new std::pair<gfx::Point, unsigned long>(screen_point, event_time));
807 SendXdndPosition(dest_window, screen_point, event_time)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.cc 154 gfx::Point screen_point(params.x, params.y);
163 &screen_point);
169 context_menu_->RunMenuAt(top_level_widget, screen_point, params.source_type);
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_win.cc 175 gfx::Point screen_point(params.x, params.y);
176 POINT point = screen_point.ToPOINT();
shell_views.cc 172 gfx::Point screen_point(params.x, params.y);
183 &screen_point);
192 gfx::Rect(screen_point, gfx::Size()),
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.h 109 const gfx::Point& screen_point,
bookmark_menu_controller_views.cc 166 const gfx::Point& screen_point,
172 gfx::Point bookmark_bar_loc(screen_point);
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 139 const gfx::Point& screen_point,
menu_delegate.h 222 const gfx::Point& screen_point,
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 184 gfx::Point screen_point; local
197 rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point,
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 340 gfx::Point screen_point; local
341 views::View::ConvertPointToScreen(button, &screen_point);
345 GetWidget(), button, gfx::Rect(screen_point, button->size()), anchor,
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 516 const gfx::Point& screen_point = gesture->location(); local
520 web_gesture.globalX = screen_point.x();
521 web_gesture.globalY = screen_point.y();
  /external/chromium_org/ash/system/user/
user_view.cc 116 virtual bool Contains(const gfx::Point& screen_point,
118 return screen_area_.Contains(screen_point);
  /external/chromium_org/ui/views/bubble/
tray_bubble_view.cc 59 virtual bool Contains(const gfx::Point& screen_point,
72 bool MouseMoveDetectorHost::Contains(const gfx::Point& screen_point,

Completed in 327 milliseconds

1 2