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

  /external/chromium_org/chrome/installer/util/
google_update_constants.h 79 extern const wchar_t kRegLastRunTimeField[];
google_update_constants.cc 47 const wchar_t kRegLastRunTimeField[] = L"lastrun";
google_update_settings.cc 294 if (!ReadGoogleUpdateStrKey(google_update::kRegLastRunTimeField, &time_s))
306 return WriteGoogleUpdateStrKey(google_update::kRegLastRunTimeField,
311 return RemoveGoogleUpdateStrKey(google_update::kRegLastRunTimeField);
  /external/chromium_org/chrome/installer/gcapi/
gcapi_last_run_test.cc 67 google_update::kRegLastRunTimeField,
gcapi_reactivation_test.cc 77 google_update::kRegLastRunTimeField,
gcapi.cc 583 if (client_state.ReadValue(google_update::kRegLastRunTimeField,

Completed in 217 milliseconds