Searched refs:ReadGoogleUpdateStrKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings.cc55 bool ReadGoogleUpdateStrKey(const wchar_t* const name, base::string16* value) { function in namespace:__anon5766
301 if (!ReadGoogleUpdateStrKey(google_update::kRegMetricsId, &client_id_16) ||
310 if (ReadGoogleUpdateStrKey(google_update::kRegMetricsIdInstallDate,
316 if (ReadGoogleUpdateStrKey(google_update::kRegMetricsIdEnabledDate,
380 if (!ReadGoogleUpdateStrKey(google_update::kRegLastRunTimeField, &time_s))
401 return ReadGoogleUpdateStrKey(google_update::kRegBrowserField, browser);
405 return ReadGoogleUpdateStrKey(google_update::kRegLangField, language);
409 return ReadGoogleUpdateStrKey(google_update::kRegRLZBrandField, brand);
413 return ReadGoogleUpdateStrKey(google_update::kRegRLZReactivationBrandField,
418 return ReadGoogleUpdateStrKey(google_updat
[all...]

Completed in 57 milliseconds