Searched defs:TabClosedNotificationObserver (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.h219 class TabClosedNotificationObserver : public TabStripNotificationObserver { class in inherits:TabStripNotificationObserver
221 TabClosedNotificationObserver(AutomationProvider* automation,
224 virtual ~TabClosedNotificationObserver();
235 DISALLOW_COPY_AND_ASSIGN(TabClosedNotificationObserver);
H A Dautomation_provider_observers.cc361 TabClosedNotificationObserver::TabClosedNotificationObserver( function in class:TabClosedNotificationObserver
371 TabClosedNotificationObserver::~TabClosedNotificationObserver() {}
373 void TabClosedNotificationObserver::ObserveTab(
387 void TabClosedNotificationObserver::set_for_browser_command(
1014 TabClosedNotificationObserver* observer =
1015 new TabClosedNotificationObserver(automation, true, reply_message);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h269 class TabClosedNotificationObserver : public TabStripNotificationObserver { class in inherits:TabStripNotificationObserver
271 TabClosedNotificationObserver(AutomationProvider* automation,
275 virtual ~TabClosedNotificationObserver();
287 DISALLOW_COPY_AND_ASSIGN(TabClosedNotificationObserver);
H A Dautomation_provider_observers.cc437 TabClosedNotificationObserver::TabClosedNotificationObserver( function in class:TabClosedNotificationObserver
450 TabClosedNotificationObserver::~TabClosedNotificationObserver() {}
452 void TabClosedNotificationObserver::ObserveTab(
471 void TabClosedNotificationObserver::set_for_browser_command(
959 TabClosedNotificationObserver* observer =
960 new TabClosedNotificationObserver(automation, true, reply_message,

Completed in 144 milliseconds