Searched refs:DispatchTouchEvent (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstub_web_view.cc80 Status StubWebView::DispatchTouchEvent(const TouchEvent& event) { function in class:StubWebView
H A Dstub_web_view.h51 virtual Status DispatchTouchEvent(const TouchEvent& event) OVERRIDE;
H A Dweb_view.h106 virtual Status DispatchTouchEvent(const TouchEvent& event) = 0;
H A Dweb_view_impl.h78 virtual Status DispatchTouchEvent(const TouchEvent& event) OVERRIDE;
H A Dweb_view_impl.cc270 Status WebViewImpl::DispatchTouchEvent(const TouchEvent& event) { function in class:WebViewImpl
286 Status status = DispatchTouchEvent(*it);
/external/chromium_org/chrome/test/chromedriver/
H A Delement_commands.cc246 status = web_view->DispatchTouchEvent(
260 status = web_view->DispatchTouchEvent(
269 return web_view->DispatchTouchEvent(
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.h213 void DispatchTouchEvent(ui::TouchEvent* event);
H A Ddesktop_window_tree_host_x11.cc1447 void DesktopWindowTreeHostX11::DispatchTouchEvent(ui::TouchEvent* event) { function in class:views::DesktopWindowTreeHostX11
1772 DispatchTouchEvent(&touchev);

Completed in 342 milliseconds