HomeSort by relevance Sort by last modified time
    Searched refs:DispatchTouchEvent (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
stub_web_view.h 51 virtual Status DispatchTouchEvent(const TouchEvent& event) OVERRIDE;
web_view.h 106 virtual Status DispatchTouchEvent(const TouchEvent& event) = 0;
stub_web_view.cc 80 Status StubWebView::DispatchTouchEvent(const TouchEvent& event) {
web_view_impl.h 78 virtual Status DispatchTouchEvent(const TouchEvent& event) OVERRIDE;
web_view_impl.cc 270 Status WebViewImpl::DispatchTouchEvent(const TouchEvent& event) {
280 return client_->SendCommand("Input.dispatchTouchEvent", params);
286 Status status = DispatchTouchEvent(*it);
  /external/chromium_org/chrome/test/chromedriver/
element_commands.cc 246 status = web_view->DispatchTouchEvent(
260 status = web_view->DispatchTouchEvent(
269 return web_view->DispatchTouchEvent(
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_x11.h 213 void DispatchTouchEvent(ui::TouchEvent* event);
desktop_window_tree_host_x11.cc     [all...]

Completed in 103 milliseconds