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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 424 class BrowserOpenedNotificationObserver : public NotificationObserver {
426 BrowserOpenedNotificationObserver(AutomationProvider* automation,
428 virtual ~BrowserOpenedNotificationObserver();
443 DISALLOW_COPY_AND_ASSIGN(BrowserOpenedNotificationObserver);
    [all...]
automation_provider_observers.cc 801 BrowserOpenedNotificationObserver::BrowserOpenedNotificationObserver(
814 BrowserOpenedNotificationObserver::~BrowserOpenedNotificationObserver() {
817 void BrowserOpenedNotificationObserver::Observe(
847 void BrowserOpenedNotificationObserver::set_for_browser_command(
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 447 class BrowserOpenedNotificationObserver : public content::NotificationObserver {
449 BrowserOpenedNotificationObserver(AutomationProvider* automation,
452 virtual ~BrowserOpenedNotificationObserver();
469 DISALLOW_COPY_AND_ASSIGN(BrowserOpenedNotificationObserver);
    [all...]
automation_provider_observers.cc 738 BrowserOpenedNotificationObserver::BrowserOpenedNotificationObserver(
753 BrowserOpenedNotificationObserver::~BrowserOpenedNotificationObserver() {
756 void BrowserOpenedNotificationObserver::Observe(
796 void BrowserOpenedNotificationObserver::set_for_browser_command(
    [all...]

Completed in 59 milliseconds