Home | History | Annotate | Download | only in capture

Lines Matching refs:event_time

30   void ConsiderPresentationEvent(base::TimeTicks event_time);
40 // Returns true if, at time |event_time|, sampling should occur because too
42 bool IsOverdueForSamplingAt(base::TimeTicks event_time) const;
79 // |event_time| refers to the frame's estimated presentation time.
81 base::TimeTicks event_time);
109 base::TimeTicks event_time;
112 : damage_rect(d), event_time(e) {}
117 void AddObservation(const gfx::Rect& damage_rect, base::TimeTicks event_time);
125 // Analyzes the observations relative to the current |event_time| to detect
129 bool AnalyzeObservations(base::TimeTicks event_time,
135 void UpdateFrameTimestamp(base::TimeTicks event_time);
194 base::TimeTicks event_time);
217 // Stores the last |event_time| from the last observation/decision. Used to