Searched refs:load_start_time_ (Results 1 – 3 of 3) sorted by relevance
103 base::TimeTicks load_start_time() const { return load_start_time_; } in load_start_time()270 base::TimeTicks load_start_time_; variable
149 DCHECK(load_start_time_.is_null()); in StartPrerendering()150 load_start_time_ = base::TimeTicks::Now(); in StartPrerendering()
72 : load_start_time_(started) { in TabTime()81 return load_start_time_; in start_time()84 base::TimeTicks load_start_time_; member in InitialLoadObserver::TabTime