OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:metrics_id
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/google/
google_update_settings_posix.cc
61
bool GoogleUpdateSettings::GetMetricsId(std::string*
metrics_id
) {
62
*
metrics_id
= google_update::posix_guid();
/external/chromium_org/chrome/installer/util/
google_update_settings.h
82
static bool GetMetricsId(std::string*
metrics_id
);
85
static bool SetMetricsId(const std::string&
metrics_id
);
google_update_settings.cc
282
bool GoogleUpdateSettings::GetMetricsId(std::string*
metrics_id
) {
285
*
metrics_id
= WideToUTF8(metrics_id_w);
289
bool GoogleUpdateSettings::SetMetricsId(const std::string&
metrics_id
) {
290
std::wstring metrics_id_w = UTF8ToWide(
metrics_id
);
/external/chromium_org/chrome/app/
client_util.cc
71
std::string
metrics_id
;
local
72
GoogleUpdateSettings::GetMetricsId(&
metrics_id
);
77
std::string random_value(
metrics_id
.empty() ? base::RandBytesAsString(kLength)
78
:
metrics_id
);
Completed in 1317 milliseconds