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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 343 class ExtensionUnloadNotificationObserver : public NotificationObserver {
345 ExtensionUnloadNotificationObserver();
346 virtual ~ExtensionUnloadNotificationObserver();
361 DISALLOW_COPY_AND_ASSIGN(ExtensionUnloadNotificationObserver);
    [all...]
automation_provider.cc 823 ExtensionUnloadNotificationObserver observer;
857 ExtensionUnloadNotificationObserver observer;
    [all...]
automation_provider_observers.cc 635 ExtensionUnloadNotificationObserver::ExtensionUnloadNotificationObserver()
641 ExtensionUnloadNotificationObserver::~ExtensionUnloadNotificationObserver() {
644 void ExtensionUnloadNotificationObserver::Observe(
    [all...]

Completed in 611 milliseconds