HomeSort by relevance Sort by last modified time
    Searched defs:BrowserClosedNotificationObserver (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 446 class BrowserClosedNotificationObserver : public NotificationObserver {
448 BrowserClosedNotificationObserver(Browser* browser,
451 virtual ~BrowserClosedNotificationObserver();
465 DISALLOW_COPY_AND_ASSIGN(BrowserClosedNotificationObserver);
    [all...]
automation_provider_observers.cc 852 BrowserClosedNotificationObserver::BrowserClosedNotificationObserver(
863 BrowserClosedNotificationObserver::~BrowserClosedNotificationObserver() {}
865 void BrowserClosedNotificationObserver::Observe(
888 void BrowserClosedNotificationObserver::set_for_browser_command(
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 472 class BrowserClosedNotificationObserver : public content::NotificationObserver {
474 BrowserClosedNotificationObserver(Browser* browser,
478 virtual ~BrowserClosedNotificationObserver();
494 DISALLOW_COPY_AND_ASSIGN(BrowserClosedNotificationObserver);
    [all...]
automation_provider_observers.cc 801 BrowserClosedNotificationObserver::BrowserClosedNotificationObserver(
814 BrowserClosedNotificationObserver::~BrowserClosedNotificationObserver() {}
816 void BrowserClosedNotificationObserver::Observe(
848 void BrowserClosedNotificationObserver::set_for_browser_command(
    [all...]

Completed in 82 milliseconds