Home
last modified time | relevance | path

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

/external/chromium_org/chrome/app/
Dclient_util.cc71 std::string metrics_id; in GetPreReadPopulationAndGroup() local
72 GoogleUpdateSettings::GetMetricsId(&metrics_id); in GetPreReadPopulationAndGroup()
77 std::string random_value(metrics_id.empty() ? base::RandBytesAsString(kLength) in GetPreReadPopulationAndGroup()
78 : metrics_id); in GetPreReadPopulationAndGroup()
/external/chromium_org/chrome/browser/google/
Dgoogle_update_settings_posix.cc61 bool GoogleUpdateSettings::GetMetricsId(std::string* metrics_id) { in GetMetricsId() argument
62 *metrics_id = google_update::posix_guid(); in GetMetricsId()
/external/chromium_org/chrome/installer/util/
Dgoogle_update_settings.h82 static bool GetMetricsId(std::string* metrics_id);
85 static bool SetMetricsId(const std::string& metrics_id);
Dgoogle_update_settings.cc282 bool GoogleUpdateSettings::GetMetricsId(std::string* metrics_id) { in GetMetricsId() argument
285 *metrics_id = WideToUTF8(metrics_id_w); in GetMetricsId()
289 bool GoogleUpdateSettings::SetMetricsId(const std::string& metrics_id) { in SetMetricsId() argument
290 std::wstring metrics_id_w = UTF8ToWide(metrics_id); in SetMetricsId()