Searched refs:down_time_1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_provider_unittest.cc713 const base::TimeTicks down_time_1 = TimeTicks::Now(); local
714 const base::TimeTicks down_time_2 = down_time_1 + GetValidDoubleTapDelay();
717 ObtainMotionEvent(down_time_1, MotionEvent::ACTION_DOWN);
720 event = ObtainMotionEvent(down_time_1 + kOneMicrosecond,
1269 const base::TimeTicks down_time_1 = TimeTicks::Now(); local
1270 const base::TimeTicks down_time_2 = down_time_1 + GetValidDoubleTapDelay();
1275 ObtainMotionEvent(down_time_1, MotionEvent::ACTION_DOWN);
1278 event = ObtainMotionEvent(down_time_1 + kOneMicrosecond,
1321 const base::TimeTicks down_time_1 = TimeTicks::Now(); local
1322 const base::TimeTicks down_time_2 = down_time_1
1370 base::TimeTicks down_time_1 = TimeTicks::Now(); local
1847 const base::TimeTicks down_time_1 = TimeTicks::Now(); local
[all...]

Completed in 434 milliseconds