HomeSort by relevance Sort by last modified time
    Searched refs:MetricEventDurationObserver (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/automation/
automation_provider.h 68 class MetricEventDurationObserver;
181 scoped_ptr<MetricEventDurationObserver> metric_event_duration_observer_;
automation_provider_observers.h 624 class MetricEventDurationObserver : public NotificationObserver {
626 MetricEventDurationObserver();
627 virtual ~MetricEventDurationObserver();
642 DISALLOW_COPY_AND_ASSIGN(MetricEventDurationObserver);
    [all...]
automation_provider_observers.cc     [all...]
automation_provider.cc 126 metric_event_duration_observer_.reset(new MetricEventDurationObserver());
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.h 50 class MetricEventDurationObserver;
190 scoped_ptr<MetricEventDurationObserver> metric_event_duration_observer_;
automation_provider_observers.h 632 class MetricEventDurationObserver : public content::NotificationObserver {
634 MetricEventDurationObserver();
635 virtual ~MetricEventDurationObserver();
651 DISALLOW_COPY_AND_ASSIGN(MetricEventDurationObserver);
    [all...]
automation_provider_observers.cc     [all...]
automation_provider.cc 171 metric_event_duration_observer_.reset(new MetricEventDurationObserver());

Completed in 148 milliseconds