Searched defs:MetricsService (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.h50 class MetricsService : public NotificationObserver, class in inherits:NotificationObserver,URLFetcher::Delegate,MetricsServiceBase
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);
H A Dmetrics_service.cc6 // 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
455 MetricsService::MetricsService() function in class:MetricsService
[all...]

Completed in 230 milliseconds