Searched defs:metrics (Results 26 - 50 of 306) sorted by relevance

1234567891011>>

/external/chromium_org/components/metrics/profiler/
H A Dtracking_synchronizer.h33 namespace metrics { namespace
115 } // namespace metrics
H A Dprofiler_metrics_provider.h9 #include "components/metrics/metrics_provider.h"
10 #include "components/metrics/proto/chrome_user_metrics_extension.pb.h"
16 namespace metrics { namespace
47 } // namespace metrics
H A Dprofiler_metrics_provider_unittest.cc5 #include "components/metrics/profiler/profiler_metrics_provider.h"
8 #include "components/metrics/metrics_hashes.h"
15 namespace metrics { namespace
183 } // namespace metrics
H A Dtracking_synchronizer_observer.h12 namespace metrics { namespace
37 } // namespace metrics
/external/chromium_org/components/variations/
H A Dmetrics_util_unittest.cc9 namespace metrics { namespace
31 } // namespace metrics
H A Dcaching_permuted_entropy_provider.h17 namespace metrics { namespace
63 } // namespace metrics
H A Dcaching_permuted_entropy_provider_unittest.cc13 namespace metrics { namespace
52 } // namespace metrics
H A Dmetrics_util.cc10 namespace metrics { namespace
27 } // namespace metrics
/external/chromium_org/ui/base/l10n/
H A Dl10n_util_win_unittest.cc18 NONCLIENTMETRICS metrics; local
19 base::win::GetNonClientMetrics(&metrics);
20 LOGFONT lf = metrics.lfMessageFont;
26 // font metrics are scaled based on the DPI scale factor. For Windows 8, 140%
/external/chromium_org/chrome/browser/chromeos/
H A Dexternal_metrics.h15 namespace metrics { namespace
17 } // namespace metrics
22 // metrics to the UMA server on its behalf. Chrome periodically reads the
24 // representing a Chrome OS metrics event. The events are logged using the
32 // by the chrome metrics service. Calls to RecordAction originate in the
69 void RecordHistogram(const metrics::MetricSample& sample);
72 void RecordSparseHistogram(const metrics::MetricSample& sample);
75 void RecordLinearHistogram(const metrics::MetricSample& sample);
77 // Collects external events from metrics log file. This is run at periodic
86 // Schedules a metrics even
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dandroid_metrics_provider.h10 #include "components/metrics/metrics_provider.h"
15 namespace metrics { namespace
19 // AndroidMetricsProvider provides Android-specific stability metrics.
20 class AndroidMetricsProvider : public metrics::MetricsProvider {
26 // metrics::MetricsProvider:
28 metrics::ChromeUserMetricsExtension* uma_proto) override;
34 // metrics::MetricsProvider:
36 metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
H A Dextensions_metrics_provider.h12 #include "components/metrics/metrics_provider.h"
20 namespace metrics { namespace
28 class ExtensionsMetricsProvider : public metrics::MetricsProvider {
33 metrics::MetricsStateManager* metrics_state_manager);
36 // metrics::MetricsProvider:
38 metrics::SystemProfileProto* system_profile) OVERRIDE;
62 void ProvideOffStoreMetric(metrics::SystemProfileProto* system_profile);
66 void ProvideOccupiedBucketMetric(metrics::SystemProfileProto* system_profile);
69 metrics::MetricsStateManager* metrics_state_manager_;
/external/chromium_org/components/metrics/
H A Dclient_info.h13 namespace metrics { namespace
15 // A data object used to pass data from outside the metrics component into the
16 // metrics component.
22 // The metrics ID of this client: represented as a GUID string.
28 // The date on which metrics reporting was enabled: represented as an epoch
36 } // namespace metrics
H A Dcloned_install_detector.h19 namespace metrics { namespace
57 } // namespace metrics
H A Dmachine_id_provider_stub.cc5 #include "components/metrics/machine_id_provider.h"
7 namespace metrics { namespace
24 } // namespace metrics
H A Dmetrics_hashes_unittest.cc5 #include "components/metrics/metrics_hashes.h"
11 namespace metrics { namespace
31 } // namespace metrics
H A Dmetrics_log_uploader.cc5 #include "components/metrics/metrics_log_uploader.h"
7 namespace metrics { namespace
21 } // namespace metrics
H A Dmetrics_log_uploader.h14 namespace metrics { namespace
43 } // namespace metrics
H A Dclean_exit_beacon.h13 namespace metrics { namespace
43 } // namespace metrics
H A Dcompression_utils_unittest.cc5 #include "components/metrics/compression_utils.h"
13 namespace metrics { namespace
76 } // namespace metrics
/external/chromium_org/components/metrics/net/
H A Dnet_metrics_log_uploader.h11 #include "components/metrics/metrics_log_uploader.h"
19 namespace metrics { namespace
52 } // namespace metrics
/external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
H A Dtimeline_based_metric_unittest.py7 import telemetry.web_perf.metrics.timeline_based_metric as tbm_module namespace
/external/chromium_org/base/win/
H A Dwin_util_unittest.cc50 NONCLIENTMETRICS metrics = {0}; local
51 GetNonClientMetrics(&metrics);
52 EXPECT_TRUE(metrics.cbSize > 0);
53 EXPECT_TRUE(metrics.iScrollWidth > 0);
54 EXPECT_TRUE(metrics.iScrollHeight > 0);
/external/chromium_org/chromecast/metrics/
H A Dcast_metrics_service_client.h13 #include "components/metrics/metrics_service_client.h"
21 namespace metrics { namespace
24 } // namespace metrics
31 namespace metrics { namespace in namespace:chromecast
33 class CastMetricsServiceClient : public ::metrics::MetricsServiceClient {
42 // metrics::MetricsServiceClient implementation:
47 virtual ::metrics::SystemProfileProto::Channel GetChannel() OVERRIDE;
53 virtual scoped_ptr< ::metrics::MetricsLogUploader> CreateUploader(
58 // Starts/stops the metrics service.
67 // Returns whether or not metrics reportin
[all...]
H A Dplatform_metrics_providers_simple.cc5 #include "chromecast/metrics/platform_metrics_providers.h"
8 namespace metrics { namespace in namespace:chromecast
11 ::metrics::MetricsService* metrics_service) {
14 ::metrics::SystemProfileProto::Channel GetPlatformReleaseChannel() {
15 return ::metrics::SystemProfileProto::CHANNEL_STABLE;
32 } // namespace metrics

Completed in 2549 milliseconds

1234567891011>>