Home
last modified time | relevance | path

Searched refs:ConvertPointFromScreen (Results 1 – 25 of 56) sorted by relevance

123

/external/chromium_org/ash/wm/
Dcoordinate_conversion.cc39 void ConvertPointFromScreen(aura::Window* window, in ConvertPointFromScreen() function
42 ConvertPointFromScreen(window, point_in_screen); in ConvertPointFromScreen()
Dcoordinate_conversion.h37 ASH_EXPORT void ConvertPointFromScreen(aura::Window* window,
/external/chromium_org/ui/views/widget/
Ddrop_target_win.cc36 View::ConvertPointFromScreen(helper_.root_view(), &root_view_location); in OnDragOver()
53 View::ConvertPointFromScreen(helper_.root_view(), &root_view_location); in OnDrop()
Dtooltip_manager_aura.cc67 screen_position_client->ConvertPointFromScreen(target, &target_loc); in UpdateTooltipManagerForCapture()
/external/chromium_org/content/browser/web_contents/
Dtouch_editable_impl_aura.cc268 void TouchEditableImplAura::ConvertPointFromScreen(gfx::Point* point) { in ConvertPointFromScreen() function in content::TouchEditableImplAura
275 screen_position_client->ConvertPointFromScreen(window, point); in ConvertPointFromScreen()
286 ConvertPointFromScreen(&point); in OpenContextMenu()
Dtouch_editable_impl_aura.h61 virtual void ConvertPointFromScreen(gfx::Point* point) OVERRIDE;
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_position_client.h24 virtual void ConvertPointFromScreen(const aura::Window* window,
Ddesktop_screen_position_client.cc54 void DesktopScreenPositionClient::ConvertPointFromScreen( in ConvertPointFromScreen() function in views::DesktopScreenPositionClient
/external/chromium_org/ash/display/
Dscreen_position_controller.h22 virtual void ConvertPointFromScreen(const aura::Window* window,
Dmouse_cursor_event_filter.cc121 wm::ConvertPointFromScreen(root_at_point, &point_in_root); in WarpMouseCursorIfNecessary()
162 wm::ConvertPointFromScreen(dst_root, &point_in_dst_screen); in WarpMouseCursorIfNecessary()
/external/chromium_org/ui/aura/client/
Dscreen_position_client.h30 virtual void ConvertPointFromScreen(const Window* window,
/external/chromium_org/ui/views/
Devent_utils_aura.cc39 spc->ConvertPointFromScreen(root_window, &root_loc); in RepostLocatedEvent()
/external/chromium_org/ui/base/touch/
Dtouch_editing_controller.h45 virtual void ConvertPointFromScreen(gfx::Point* point) = 0;
/external/chromium_org/ui/views/touchui/
Dtouch_selection_controller_impl.cc107 client->ConvertPointFromScreen(&origin); in ConvertFromScreen()
382 client_view_->ConvertPointFromScreen(&p2); in SelectionHandleDragged()
393 client_view_->ConvertPointFromScreen(point); in ConvertPointToClientView()
/external/chromium_org/ash/drag_drop/
Ddrag_drop_tracker.cc56 wm::ConvertPointFromScreen(root_window_at_point, &location_in_root); in GetTarget()
/external/chromium_org/ui/views/test/
Dui_controls_factory_desktop_aurax11.cc176 screen_position_client->ConvertPointFromScreen(root_window, in SendMouseMoveNotifyWhenDone()
206 screen_position_client->ConvertPointFromScreen(root_window, &mouse_loc); in SendMouseEventsNotifyWhenDone()
/external/chromium_org/ui/views/ime/
Dinput_method_base.cc90 View::ConvertPointFromScreen(GetFocusedView(), &caret_origin); in GetCaretBoundsInWidget()
/external/chromium_org/ash/wm/workspace/
Dmulti_window_resize_controller.cc233 wm::ConvertPointFromScreen(window, &mouse_location); in DetermineWindowsFromScreenPoint()
425 ConvertPointFromScreen(windows_.window2->parent(), &location_in_parent); in StartResize()
448 ConvertPointFromScreen(windows_.window1->parent(), &location_in_parent); in Resize()
/external/chromium_org/chrome/browser/ui/views/
Ddropdown_bar_view.cc61 views::View::ConvertPointFromScreen(browser_view_, &origin); in Paint()
/external/chromium_org/ash/test/
Dui_controls_factory_ash.cc56 screen_position_client->ConvertPointFromScreen(root, point_in_screen); in GetUIControlsAt()
/external/chromium_org/ash/
Dscreen_ash.cc80 ConvertPointFromScreen(window, &point); in ConvertRectFromScreen()
/external/chromium_org/ui/views/bubble/
Dtray_bubble_view.cc140 View::ConvertPointFromScreen(owner_->GetWidget()->GetRootView(), &pt); in UpdateArrowOffset()
153 View::ConvertPointFromScreen(owner_->GetWidget()->GetRootView(), &pt); in UpdateArrowOffset()
/external/chromium_org/ash/autoclick/
Dautoclick_controller.cc186 wm::ConvertPointFromScreen(root_window, &click_location); in DoAutoclick()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_menu_controller_views.cc172 views::View::ConvertPointFromScreen(bookmark_bar_, &bookmark_bar_loc); in GetSiblingMenu()
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_frame.cc231 views::View::ConvertPointFromScreen(non_client_view(), &point_in_view_coords); in ShowContextMenuForView()

123