Home
last modified time | relevance | path

Searched refs:PreDispatchTouchEvent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow_event_dispatcher.h226 void PreDispatchTouchEvent(Window* target, ui::TouchEvent* event);
Dwindow_event_dispatcher.cc456 PreDispatchTouchEvent(target_window, static_cast<ui::TouchEvent*>(event)); in PreDispatchEvent()
830 void WindowEventDispatcher::PreDispatchTouchEvent(Window* target, in PreDispatchTouchEvent() function in aura::WindowEventDispatcher