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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 319 class ExtensionReadyNotificationObserver : public NotificationObserver {
321 ExtensionReadyNotificationObserver(ExtensionProcessManager* manager,
325 virtual ~ExtensionReadyNotificationObserver();
340 DISALLOW_COPY_AND_ASSIGN(ExtensionReadyNotificationObserver);
    [all...]
automation_provider.cc 800 new ExtensionReadyNotificationObserver(
839 new ExtensionReadyNotificationObserver(
    [all...]
automation_provider_observers.cc 564 ExtensionReadyNotificationObserver::ExtensionReadyNotificationObserver(
582 ExtensionReadyNotificationObserver::~ExtensionReadyNotificationObserver() {
585 void ExtensionReadyNotificationObserver::Observe(
    [all...]

Completed in 60 milliseconds