HomeSort by relevance Sort by last modified time
    Searched refs:TabClosedNotificationObserver (Results 1 - 3 of 3) 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...]
testing_automation_provider.cc 504 new TabClosedNotificationObserver(this, wait_until_closed, reply_message);
    [all...]

Completed in 137 milliseconds