Home
last modified time | relevance | path

Searched refs:current_frame_timeticks_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_impl.cc3006 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()
Dlayer_tree_host_impl.h677 base::TimeTicks current_frame_timeticks_; variable