Home
last modified time | relevance | path

Searched refs:ConvertLocationToTarget (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_aura.cc38 (*iter)->ConvertLocationToTarget(window, host->window()); in DispatchWebTouchEventToPlatform()
56 wheel_event.ConvertLocationToTarget(window, window->GetRootWindow()); in DispatchWebMouseWheelEventToPlatform()
123 mouse_event.ConvertLocationToTarget(window, window->GetRootWindow()); in DispatchWebMouseEventToPlatform()
/external/chromium_org/ui/aura/
Dwindow_targeter.cc48 located_event->ConvertLocationToTarget(target, new_root); in FindTargetForEvent()
Dwindow_event_dispatcher.cc145 event->ConvertLocationToTarget(window(), target); in DispatchGestureEvent()
298 event->ConvertLocationToTarget(window(), target); in ProcessGestures()
Dwindow.cc1427 event->ConvertLocationToTarget(this, in ConvertEventToTarget()
Dwindow_event_dispatcher_unittest.cc2304 event->ConvertLocationToTarget(window_, window_->GetRootWindow()); in OnTouchEvent()
/external/chromium_org/ui/events/
Devent.h288 template <class T> void ConvertLocationToTarget(T* source, T* target) { in ConvertLocationToTarget() function
311 ConvertLocationToTarget(source, target); in LocatedEvent()
Devent_processor_unittest.cc111 event->ConvertLocationToTarget(this, in ConvertEventToTarget()
/external/chromium_org/ui/views/widget/
Droot_view.cc502 exit.ConvertLocationToTarget(static_cast<View*>(this), in OnMouseMoved()
516 entered.ConvertLocationToTarget(static_cast<View*>(this), in OnMouseMoved()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_x11.cc1442 event->ConvertLocationToTarget(window(), g_current_capture->window()); in DispatchMouseEvent()
1450 event->ConvertLocationToTarget(window(), g_current_capture->window()); in DispatchTouchEvent()
/external/chromium_org/ui/views/
Dview.cc1069 event->ConvertLocationToTarget(this, static_cast<View*>(target)); in ConvertEventToTarget()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_aura.cc2008 event->ConvertLocationToTarget(window_, window_->parent()); in OnMouseEvent()