HomeSort by relevance Sort by last modified time
    Searched defs:MetricsService (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/metrics/
metrics_service.h 50 class MetricsService : public NotificationObserver,
79 MetricsService();
80 virtual ~MetricsService();
138 // The MetricsService has a lifecycle that is stored as a state.
242 static MetricsService::LogRecallStatus RecallUnsentLogsHelper(
376 // Whether the MetricsService object has received any notifications since
405 ScopedRunnableMethodFactory<MetricsService> log_sender_factory_;
406 ScopedRunnableMethodFactory<MetricsService> state_saver_factory_;
437 DISALLOW_COPY_AND_ASSIGN(MetricsService);
metrics_service.cc 6 // Description of the life cycle of a instance of MetricsService.
10 // A MetricsService instance is typically created at application startup. It
203 MetricsService::LogRecallStatus MakeRecallStatusHistogram(
204 MetricsService::LogRecallStatus status) {
206 MetricsService::END_RECALL_STATUS);
211 void MakeStoreStatusHistogram(MetricsService::LogStoreStatus status) {
213 MetricsService::END_STORE_STATUS);
287 // MetricsService::child_stats_buffer_. The buffer's contents are transferred
290 struct MetricsService::ChildProcessStats {
337 class MetricsService::InitTaskComplete : public Task
    [all...]

Completed in 309 milliseconds