Home
last modified time | relevance | path

Searched refs:first_paint_time_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/public/renderer/
Ddocument_state.h104 const base::Time& first_paint_time() const { return first_paint_time_; } in NON_EXPORTED_BASE()
106 first_paint_time_ = value; in NON_EXPORTED_BASE()
197 base::Time first_paint_time_; in NON_EXPORTED_BASE() local