Home
last modified time | relevance | path

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

/external/chromium_org/net/disk_cache/simple/
Dsimple_index.cc156 app_on_background_(false) { in SimpleIndex()
375 const int delay = app_on_background_ ? kWriteToDiskOnBackgroundDelayMSecs in PostponeWritingToDisk()
448 app_on_background_ = false; in OnApplicationStateChange()
451 app_on_background_ = true; in OnApplicationStateChange()
466 if (app_on_background_) { in WriteToDisk()
479 start, app_on_background_); in WriteToDisk()
Dsimple_index.h197 bool app_on_background_; variable