Home
last modified time | relevance | path

Searched refs:GetHistoricalEventTime (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
Dmotion_event.cc15 base::TimeTicks MotionEvent::GetHistoricalEventTime( in GetHistoricalEventTime() function in ui::MotionEvent
82 if (lhs.GetHistoricalEventTime(h) != rhs.GetHistoricalEventTime(h)) in operator ==()
Dmotion_event.h71 virtual base::TimeTicks GetHistoricalEventTime(size_t historical_index) const;
Dscale_gesture_detector.cc331 ? ev.GetHistoricalEventTime(h) in AddTouchHistory()
Dmotion_event_buffer.cc242 virtual base::TimeTicks GetHistoricalEventTime( in GetHistoricalEventTime() function in ui::__anonc482fbc30111::CompoundMotionEvent
Dvelocity_tracker.cc345 AddMovement(event.GetHistoricalEventTime(h), id_bits, positions); in AddMovement()
Dmotion_event_buffer_unittest.cc133 EXPECT_TRUE(a.GetHistoricalEventTime(history_index) == b.GetEventTime()); in ExpectEqualsHistoryIndex()
/external/chromium_org/content/browser/renderer_host/input/
Dmotion_event_android.h70 virtual base::TimeTicks GetHistoricalEventTime(
Dmotion_event_android.cc343 base::TimeTicks MotionEventAndroid::GetHistoricalEventTime( in GetHistoricalEventTime() function in content::MotionEventAndroid