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

  /external/chromium_org/content/browser/renderer_host/input/
input_router_client.h 41 virtual void OnHasTouchEventHandlers(bool has_handlers) = 0;
immediate_input_router.h 102 void OnHasTouchEventHandlers(bool has_handlers);
immediate_input_router.cc 292 OnHasTouchEventHandlers)
446 void ImmediateInputRouter::OnHasTouchEventHandlers(bool has_handlers) {
452 client_->OnHasTouchEventHandlers(has_handlers);
immediate_input_router_unittest.cc 139 virtual void OnHasTouchEventHandlers(bool has_handlers) OVERRIDE {
    [all...]
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 425 void OnHasTouchEventHandlers(bool accept);
browser_plugin_guest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 713 virtual void OnHasTouchEventHandlers(bool has_handlers) OVERRIDE;
    [all...]
render_widget_host_impl.cc     [all...]

Completed in 108 milliseconds