Searched refs:current_frame_timeticks_ (Results 1 – 2 of 2) sorted by relevance
3006 DCHECK(current_frame_timeticks_.is_null()); in UpdateCurrentFrameTime()3007 current_frame_timeticks_ = gfx::FrameTime::Now(); in UpdateCurrentFrameTime()3011 current_frame_timeticks_ = base::TimeTicks(); in ResetCurrentFrameTimeForNextFrame()3018 if (!current_frame_timeticks_.is_null()) in CurrentFrameTimeTicks()3019 return current_frame_timeticks_; in CurrentFrameTimeTicks()
677 base::TimeTicks current_frame_timeticks_; variable