Searched refs:last_paint_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dnew_tab_ui.h111 base::TimeTicks last_paint_; member in class:NewTabUI
H A Dnew_tab_ui.cc359 if ((now - last_paint_) >= base::TimeDelta::FromMilliseconds(kTimeoutMs)) {
361 base::TimeDelta load_time = last_paint_ - start_;
379 last_paint_ = start_;
420 last_paint_ = base::TimeTicks::Now();

Completed in 50 milliseconds