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

  /external/chromium_org/content/browser/renderer_host/input/
mock_input_router_client.h 41 bool has_touch_handler() const { return has_touch_handler_; } function in class:content::MockInputRouterClient
input_router_impl_unittest.cc 626 EXPECT_TRUE(client_->has_touch_handler());
642 EXPECT_FALSE(client_->has_touch_handler());
    [all...]
  /external/chromium_org/content/public/test/
test_renderer_host.cc 63 return host_impl->has_touch_handler();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 377 bool has_touch_handler() const { return has_touch_handler_; } function in class:content::RenderWidgetHostImpl
    [all...]

Completed in 171 milliseconds