Home
last modified time | relevance | path

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

/external/chromium_org/chrome/installer/util/
Dgoogle_update_constants.cc46 const wchar_t kRegLastRunTimeField[] = L"lastrun"; variable
Dgoogle_update_constants.h80 extern const wchar_t kRegLastRunTimeField[];
Dgoogle_update_settings.cc380 if (!ReadGoogleUpdateStrKey(google_update::kRegLastRunTimeField, &time_s)) in GetLastRunTime()
392 return WriteGoogleUpdateStrKey(google_update::kRegLastRunTimeField, in SetLastRunTime()
397 return RemoveGoogleUpdateStrKey(google_update::kRegLastRunTimeField); in RemoveLastRunTime()
/external/chromium_org/chrome/installer/gcapi/
Dgcapi_last_run_test.cc66 google_update::kRegLastRunTimeField, in SetLastRunTimeString()
Dgcapi_reactivation_test.cc57 google_update::kRegLastRunTimeField, in SetLastRunTimeString()
Dgcapi.cc611 if (client_state.ReadValue(google_update::kRegLastRunTimeField, in GoogleChromeDaysSinceLastRun()