HomeSort by relevance Sort by last modified time
    Searched defs:ExtensionUnloadNotificationObserver (Results 1 - 4 of 4) 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_observers.cc 635 ExtensionUnloadNotificationObserver::ExtensionUnloadNotificationObserver()
641 ExtensionUnloadNotificationObserver::~ExtensionUnloadNotificationObserver() {
644 void ExtensionUnloadNotificationObserver::Observe(
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 392 class ExtensionUnloadNotificationObserver
395 ExtensionUnloadNotificationObserver();
396 virtual ~ExtensionUnloadNotificationObserver();
411 DISALLOW_COPY_AND_ASSIGN(ExtensionUnloadNotificationObserver);
    [all...]
automation_provider_observers.cc 674 ExtensionUnloadNotificationObserver::ExtensionUnloadNotificationObserver()
680 ExtensionUnloadNotificationObserver::~ExtensionUnloadNotificationObserver() {
683 void ExtensionUnloadNotificationObserver::Observe(
    [all...]

Completed in 2781 milliseconds