Searched refs:touch_emulator_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc233 touch_emulator_.reset();
640 if (touch_emulator_)
641 touch_emulator_->CancelTouch();
647 if (touch_emulator_)
648 touch_emulator_->CancelTouch();
888 if (touch_emulator_ && touch_emulator_->HandleMouseEvent(mouse_event))
914 if (touch_emulator_ && touch_emulator_->HandleMouseWheelEvent(wheel_event))
1046 if (touch_emulator_
[all...]
H A Drender_widget_host_impl.h854 scoped_ptr<TouchEmulator> touch_emulator_; member in class:content::RenderWidgetHostImpl

Completed in 78 milliseconds