Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/win/
Dhwnd_message_handler.h435 typedef std::vector<ui::TouchEvent> TouchEvents; typedef
439 void HandleTouchEvents(const TouchEvents& touch_events);
Dhwnd_message_handler.cc2260 TouchEvents touch_events; in OnTouchEvent()
2401 void HWNDMessageHandler::HandleTouchEvents(const TouchEvents& touch_events) { in HandleTouchEvents()