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

  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.h 88 double last_mouse_move_timestamp_; member in class:content::TouchEmulator
touch_emulator.cc 86 last_mouse_move_timestamp_ = 0;
143 mouse_event.timeStampSeconds < last_mouse_move_timestamp_ +
148 last_mouse_move_timestamp_ = mouse_event.timeStampSeconds;

Completed in 200 milliseconds