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

  /external/chromium_org/components/metrics/
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 is
260 MetricsService::SHUTDOWN_COMPLETE);
277 MetricsService::ShutdownCleanliness MetricsService::clean_shutdown_status_ =
278 MetricsService::CLEANLY_SHUTDOWN;
280 MetricsService::ExecutionPhase MetricsService::execution_phase_ =
281 MetricsService::UNINITIALIZED_PHASE;
284 void MetricsService::RegisterPrefs(PrefRegistrySimple* registry)
    [all...]
metrics_service.h 70 friend class MetricsService;
79 class MetricsService : public base::HistogramFlattener {
93 // Creates the MetricsService with the given |state_manager|, |client|, and
97 MetricsService(metrics::MetricsStateManager* state_manager,
100 virtual ~MetricsService();
211 // UMA log. Should be called during MetricsService initialization only.
225 // The MetricsService has a lifecycle that is stored as a state.
418 // Whether the MetricsService object has received any notifications since
426 // pointers managed by this factory have the same lifetime as MetricsService.
427 base::WeakPtrFactory<MetricsService> self_ptr_factory_
    [all...]

Completed in 379 milliseconds