Home
last modified time | relevance | path

Searched defs:system_profile (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/metrics/proto/
Dchrome_user_metrics_extension.proto39 optional SystemProfileProto system_profile = 3; field
/external/chromium_org/chrome/browser/metrics/
Dmetrics_log.cc255 SystemProfileProto* system_profile) { in WriteFieldTrials()
556 const SystemProfileProto& system_profile = uma_proto()->system_profile(); in WritePluginStabilityElements() local
685 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); in WritePluginList() local
701 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); in RecordEnvironment() local
836 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); in LoadSavedEnvironmentFromPrefs() local
1002 SystemProfileProto* system_profile = uma_proto()->mutable_system_profile(); in UpdateMultiProfileUserCount() local
Dmetrics_log_unittest.cc125 const metrics::SystemProfileProto& system_profile() const { in system_profile() function in __anon6c3d68060111::TestMetricsLog
214 void CheckSystemProfile(const metrics::SystemProfileProto& system_profile) { in CheckSystemProfile()
390 const metrics::SystemProfileProto& system_profile = log.system_profile(); in TEST_F() local