Home
last modified time | relevance | path

Searched refs:synthetic_gesture_controller_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.cc331 synthetic_gesture_controller_.reset(); in SetView()
413 if (synthetic_gesture_controller_) in FlushInput()
414 synthetic_gesture_controller_->Flush(base::TimeTicks::Now()); in FlushInput()
1263 synthetic_gesture_controller_.reset(); in RendererExited()
1705 if (!synthetic_gesture_controller_) { in OnQueueSyntheticGesture()
1708 synthetic_gesture_controller_.reset( in OnQueueSyntheticGesture()
1713 synthetic_gesture_controller_->QueueSyntheticGesture( in OnQueueSyntheticGesture()
Drender_widget_host_impl.h906 scoped_ptr<SyntheticGestureController> synthetic_gesture_controller_; variable