Searched defs:IsStarted (Results 1 – 4 of 4) sorted by relevance
80 inline bool IsStarted() const { return start_clock_ > 0; } in IsStarted() function
20 bool IsStarted() const { return is_started_; } in IsStarted() function
44 bool IsStarted() const { in IsStarted() function
58 bool RuntimeCallTimer::IsStarted() { return start_ticks_ != base::TimeTicks(); } in IsStarted() function