Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/fileapi/
Dsandbox_origin_database.h68 base::Time last_reported_time_; variable
Dsandbox_origin_database.cc195 if (last_reported_time_ + minimum_interval >= now) in ReportInitStatus()
197 last_reported_time_ = now; in ReportInitStatus()
Dsandbox_directory_database.h121 base::Time last_reported_time_; variable
Dsandbox_directory_database.cc802 if (last_reported_time_ + minimum_interval >= now) in ReportInitStatus()
804 last_reported_time_ = now; in ReportInitStatus()