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

/external/chromium_org/chrome/common/metrics/
H A Dmetrics_log_base_unittest.cc32 parsed.system_profile().build_timestamp());
35 parsed.system_profile().channel());
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_log_unittest.cc22 #include "chrome/common/metrics/proto/system_profile.pb.h"
87 const metrics::SystemProfileProto& system_profile() const { function in class:__anon5320::TestMetricsLog
88 return uma_proto().system_profile();
139 EXPECT_EQ(1373050800, log.system_profile().install_date());
142 EXPECT_EQ(1373000400, log.system_profile().uma_enabled_date());
144 const metrics::SystemProfileProto& system_profile = log.system_profile(); local
146 static_cast<size_t>(system_profile.field_trial_size()));
149 system_profile.field_trial(i);
154 EXPECT_EQ(kBrandForTesting, system_profile
[all...]
H A Dmetrics_log.cc40 #include "chrome/common/metrics/proto/system_profile.pb.h"
236 SystemProfileProto* system_profile) {
240 system_profile->add_field_trial();
674 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); local
678 SystemProfileProto::Plugin* plugin = system_profile->add_plugin();
698 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); local
702 system_profile->set_brand_code(brand_code);
710 system_profile->set_uma_enabled_date(RoundSecondsToHour(enabled_date));
715 system_profile->set_install_date(RoundSecondsToHour(install_date));
717 system_profile
235 WriteFieldTrials(const std::vector<ActiveGroupId>& field_trial_ids, SystemProfileProto* system_profile) argument
[all...]

Completed in 123 milliseconds