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

  /external/chromium_org/ui/base/gestures/
gesture_point.cc 23 last_tap_time_(0.0),
81 second_last_tap_time_ = last_tap_time_;
82 last_tap_time_ = last_touch_time_;
97 return IsInClickAggregateTimeWindow(last_tap_time_, last_touch_time_) &&
102 return IsInClickAggregateTimeWindow(last_tap_time_, last_touch_time_) &&
103 IsInClickAggregateTimeWindow(second_last_tap_time_, last_tap_time_) &&
gesture_point.h 119 double last_tap_time_; member in class:ui::GesturePoint
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 26 last_tap_time_(base::Time::FromInternalValue(0)),
336 base::TimeDelta delta = event.time_stamp() - last_tap_time_;
347 last_tap_time_ = base::Time::FromInternalValue(0);
352 last_tap_time_ = event.time_stamp();
touch_tab_strip.h 104 base::Time last_tap_time_; member in class:TouchTabStrip

Completed in 1275 milliseconds