Searched refs:time_of_last_graph_update_ (Results 1 – 2 of 2) sorted by relevance
132 base::TimeTicks time_of_last_graph_update_; variable
193 if (base::TimeDelta(now - time_of_last_graph_update_).InSecondsF() > 0.25f) { in UpdateHudContents()194 time_of_last_graph_update_ = now; in UpdateHudContents()