HomeSort by relevance Sort by last modified time
    Searched refs:last_paint_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.h 111 base::TimeTicks last_paint_; member in class:NewTabUI
new_tab_ui.cc 359 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();
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui.cc 178 if ((now - last_paint_) >= base::TimeDelta::FromMilliseconds(kTimeoutMs)) {
180 base::TimeDelta load_time = last_paint_ - start_;
198 last_paint_ = start_;
232 last_paint_ = base::TimeTicks::Now();
new_tab_ui.h 143 base::TimeTicks last_paint_; member in class:NewTabUI

Completed in 337 milliseconds