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

  /external/chromium_org/content/browser/renderer_host/input/
mock_input_router_client.h 38 bool has_touch_handler() const { return has_touch_handler_; } function in class:content::MockInputRouterClient
input_router_impl_unittest.cc 568 EXPECT_TRUE(client_->has_touch_handler());
584 EXPECT_FALSE(client_->has_touch_handler());
    [all...]
  /external/chromium_org/content/public/test/
test_renderer_host.cc 60 return host_impl->has_touch_handler();
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_host_browsertest.cc 508 EXPECT_FALSE(rvh->has_touch_handler());
517 EXPECT_TRUE(rvh->has_touch_handler());
525 EXPECT_FALSE(rvh->has_touch_handler());
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 378 bool has_touch_handler() const { return has_touch_handler_; } function in class:content::RenderWidgetHostImpl
    [all...]
render_widget_host_view_android.cc     [all...]

Completed in 47 milliseconds