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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 44 void CancelTouch();
touch_emulator.cc 108 CancelTouch();
321 void TouchEmulator::CancelTouch() {
touch_emulator_unittest.cc 339 // Simulate a sequence that is interrupted by |CancelTouch()|.
344 emulator()->CancelTouch();
350 // Simulate a sequence that fully completes before |CancelTouch()|.
355 // |CancelTouch| should have no effect as the sequence was already terminated.
356 emulator()->CancelTouch();
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 660 touch_emulator_->CancelTouch();
667 touch_emulator_->CancelTouch();
    [all...]

Completed in 49 milliseconds