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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 219 class TabClosedNotificationObserver : public TabStripNotificationObserver {
221 TabClosedNotificationObserver(AutomationProvider* automation,
224 virtual ~TabClosedNotificationObserver();
235 DISALLOW_COPY_AND_ASSIGN(TabClosedNotificationObserver);
    [all...]
automation_provider_observers.cc 361 TabClosedNotificationObserver::TabClosedNotificationObserver(
371 TabClosedNotificationObserver::~TabClosedNotificationObserver() {}
373 void TabClosedNotificationObserver::ObserveTab(
387 void TabClosedNotificationObserver::set_for_browser_command(
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 287 class TabClosedNotificationObserver : public TabStripNotificationObserver {
289 TabClosedNotificationObserver(AutomationProvider* automation,
293 virtual ~TabClosedNotificationObserver();
305 DISALLOW_COPY_AND_ASSIGN(TabClosedNotificationObserver);
    [all...]
automation_provider_observers.cc 436 TabClosedNotificationObserver::TabClosedNotificationObserver(
449 TabClosedNotificationObserver::~TabClosedNotificationObserver() {}
451 void TabClosedNotificationObserver::ObserveTab(
470 void TabClosedNotificationObserver::set_for_browser_command(
    [all...]

Completed in 184 milliseconds