Searched refs:screen_point (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_x11.cc11 const gfx::Point& screen_point,
17 const gfx::Point& screen_point,
21 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
27 return finder.FindLocalProcessWindowAt(screen_point, ignore);
15 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
H A Dwindow_finder_chromeos.cc11 const gfx::Point& screen_point,
16 const gfx::Point& screen_point,
18 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
14 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
H A Dwindow_finder_ash.cc15 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));
14 GetLocalProcessWindowAtPointImpl( const gfx::Point& screen_point, const std::set<gfx::NativeView>& ignore, aura::Window* window) argument
44 GetLocalProcessWindowAtPointAsh( const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
H A Dwindow_finder.h23 const gfx::Point& screen_point,
H A Dwindow_finder_win.cc17 const gfx::Point& screen_point,
223 const gfx::Point& screen_point,
227 return GetLocalProcessWindowAtPointAsh(screen_point, ignore);
230 screen_point, RemapIgnoreSet(ignore));
221 GetLocalProcessWindowAtPoint( chrome::HostDesktopType host_desktop_type, const gfx::Point& screen_point, const std::set<aura::Window*>& ignore) argument
/external/chromium_org/ui/views/
H A Dmouse_watcher_view_host.h25 virtual bool Contains(const gfx::Point& screen_point,
29 bool IsCursorInViewZone(const gfx::Point& screen_point);
H A Dmouse_watcher_view_host.cc23 const gfx::Point& screen_point,
25 bool in_view = IsCursorInViewZone(screen_point);
33 bool MouseWatcherViewHost::IsCursorInViewZone(const gfx::Point& screen_point) { argument
43 return bounds.Contains(screen_point.x(), screen_point.y());
22 Contains( const gfx::Point& screen_point, MouseEventType type) argument
H A Dmouse_watcher.h45 virtual bool Contains(const gfx::Point& screen_point,
/external/chromium_org/ui/views/corewm/
H A Dtooltip_win.cc81 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/
H A Ddock_info.h69 // 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/
H A Dtray_event_filter.cc81 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/athena/content/
H A Dweb_contents_view_delegate_factory_impl.cc98 gfx::Point screen_point(params.x, params.y);
107 &screen_point);
114 top_level_widget, screen_point, params.source_type);
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_aurax11.h112 // Finds the topmost X11 window at |screen_point| and returns it if it is
114 virtual ::Window FindWindowFor(const gfx::Point& screen_point);
136 // Processes a mouse move at |screen_point|.
137 void ProcessMouseMove(const gfx::Point& screen_point,
180 const gfx::Point& screen_point);
185 const gfx::Point& screen_point,
H A Ddesktop_drag_drop_client_aurax11.cc120 const gfx::Point& screen_point);
259 const gfx::Point& screen_point) {
266 screen_point_ = screen_point;
273 client->CompleteXdndPosition(source_window, screen_point);
699 gfx::Point screen_point(event->x_root, event->y_root);
702 gfx::Rect(screen_point - drag_widget_offset_,
708 ProcessMouseMove(screen_point, event->time);
772 const gfx::Point& screen_point) {
774 ::Window target = finder.FindWindowAt(screen_point);
834 const gfx::Point& screen_point,
255 OnStartXdndPositionMessage( DesktopDragDropClientAuraX11* client, ::Atom suggested_action, ::Window source_window, const gfx::Point& screen_point) argument
771 FindWindowFor( const gfx::Point& screen_point) argument
833 ProcessMouseMove( const gfx::Point& screen_point, unsigned long event_time) argument
971 CompleteXdndPosition( ::Window source_window, const gfx::Point& screen_point) argument
1044 SendXdndPosition( ::Window dest_window, const gfx::Point& screen_point, unsigned long event_time) argument
[all...]
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate_win.cc175 gfx::Point screen_point(params.x, params.y);
176 POINT point = screen_point.ToPOINT();
H A Dshell_views.cc172 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/tab_contents/
H A Dchrome_web_contents_view_delegate_views.cc148 gfx::Point screen_point(params.x, params.y);
157 &screen_point);
163 context_menu_->RunMenuAt(top_level_widget, screen_point, params.source_type);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc143 const gfx::Point& screen_point,
142 GetSiblingMenu(MenuItemView* menu, const gfx::Point& screen_point, MenuAnchorPosition* anchor, bool* has_mnemonics, MenuButton** button) argument
H A Dmenu_delegate.h227 const gfx::Point& screen_point,
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc164 const gfx::Point& screen_point,
170 gfx::Point bookmark_bar_loc(screen_point);
162 GetSiblingMenu( views::MenuItemView* menu, const gfx::Point& screen_point, views::MenuAnchorPosition* anchor, bool* has_mnemonics, views::MenuButton** button) argument
H A Dbookmark_menu_controller_views.h110 const gfx::Point& screen_point,
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc308 gfx::Point screen_point; local
309 views::View::ConvertPointToScreen(button, &screen_point);
315 gfx::Rect(screen_point, button->size()),
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc535 const gfx::Point& screen_point = gesture->location(); local
539 web_gesture.globalX = screen_point.x();
540 web_gesture.globalY = screen_point.y();
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_unittest.cc187 gfx::Point screen_point; local
200 rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point,
/external/chromium_org/ash/system/user/
H A Duser_view.cc116 virtual bool Contains(const gfx::Point& screen_point,
118 return screen_area_.Contains(screen_point);

Completed in 736 milliseconds

12