Searched refs:GetHistoricalEventTime (Results 1 – 8 of 8) sorted by relevance
15 base::TimeTicks MotionEvent::GetHistoricalEventTime( in GetHistoricalEventTime() function in ui::MotionEvent82 if (lhs.GetHistoricalEventTime(h) != rhs.GetHistoricalEventTime(h)) in operator ==()
71 virtual base::TimeTicks GetHistoricalEventTime(size_t historical_index) const;
331 ? ev.GetHistoricalEventTime(h) in AddTouchHistory()
242 virtual base::TimeTicks GetHistoricalEventTime( in GetHistoricalEventTime() function in ui::__anonc482fbc30111::CompoundMotionEvent
345 AddMovement(event.GetHistoricalEventTime(h), id_bits, positions); in AddMovement()
133 EXPECT_TRUE(a.GetHistoricalEventTime(history_index) == b.GetEventTime()); in ExpectEqualsHistoryIndex()
70 virtual base::TimeTicks GetHistoricalEventTime(
343 base::TimeTicks MotionEventAndroid::GetHistoricalEventTime( in GetHistoricalEventTime() function in content::MotionEventAndroid