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

  /external/chromium_org/ui/events/gesture_detection/
gesture_provider.h 127 base::TimeTicks current_longpress_time_; member in class:ui::GestureProvider
gesture_provider.cc 667 current_longpress_time_ = gesture.time;
670 current_longpress_time_ = base::TimeTicks();
707 !current_longpress_time_.is_null() &&
731 current_longpress_time_ = base::TimeTicks();

Completed in 625 milliseconds