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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.cc 46 TouchEmulator::TouchEmulator(TouchEmulatorClient* client)
77 TouchEmulator::~TouchEmulator() {
83 void TouchEmulator::ResetState() {
94 void TouchEmulator::Enable(bool allow_pinch) {
103 void TouchEmulator::Disable() {
112 void TouchEmulator::InitCursorFromResource(
129 bool TouchEmulator::HandleMouseEvent(const WebMouseEvent& mouse_event) {
169 bool TouchEmulator::HandleMouseWheelEvent(const WebMouseWheelEvent& event)
    [all...]
touch_emulator.h 17 class CONTENT_EXPORT TouchEmulator : public ui::GestureProviderClient {
19 explicit TouchEmulator(TouchEmulatorClient* client);
20 virtual ~TouchEmulator();
95 DISALLOW_COPY_AND_ASSIGN(TouchEmulator);
touch_emulator_unittest.cc 55 emulator_.reset(new TouchEmulator(this));
90 TouchEmulator* emulator() const {
187 scoped_ptr<TouchEmulator> emulator_;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 88 class TouchEmulator;
    [all...]
render_widget_host_unittest.cc     [all...]
render_widget_host_impl.cc     [all...]

Completed in 2371 milliseconds