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

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 233 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))
    [all...]
render_widget_host_impl.h 854 scoped_ptr<TouchEmulator> touch_emulator_; member in class:content::RenderWidgetHostImpl
    [all...]

Completed in 37 milliseconds