Home | History | Annotate | Download | only in metrics

Lines Matching defs:MetricsStateManager

28 class MetricsStateManager {
39 virtual ~MetricsStateManager();
67 // Creates the MetricsStateManager, enforcing that only a single instance
69 static scoped_ptr<MetricsStateManager> Create(
95 // Creates the MetricsStateManager with the given |local_state|. Calls
101 MetricsStateManager(
137 // A callback run by this MetricsStateManager to know whether reporting is
141 // A callback run during client id creation so this MetricsStateManager can
145 // A callback run if this MetricsStateManager can't get the client id from
160 DISALLOW_COPY_AND_ASSIGN(MetricsStateManager);