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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 184 class TabStripNotificationObserver : public NotificationObserver {
186 TabStripNotificationObserver(NotificationType notification,
188 virtual ~TabStripNotificationObserver();
202 class TabAppendedNotificationObserver : public TabStripNotificationObserver {
219 class TabClosedNotificationObserver : public TabStripNotificationObserver {
    [all...]
automation_provider_observers.cc 314 TabStripNotificationObserver::TabStripNotificationObserver(
321 TabStripNotificationObserver::~TabStripNotificationObserver() {
324 void TabStripNotificationObserver::Observe(NotificationType type,
338 : TabStripNotificationObserver(NotificationType::TAB_PARENTED, automation),
364 : TabStripNotificationObserver(wait_until_closed ?
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 248 class TabStripNotificationObserver : public content::NotificationObserver {
250 TabStripNotificationObserver(int notification,
252 virtual ~TabStripNotificationObserver();
267 class TabAppendedNotificationObserver : public TabStripNotificationObserver {
287 class TabClosedNotificationObserver : public TabStripNotificationObserver {
    [all...]
automation_provider_observers.cc 373 TabStripNotificationObserver::TabStripNotificationObserver(
381 TabStripNotificationObserver::~TabStripNotificationObserver() {
384 void TabStripNotificationObserver::Observe(
404 : TabStripNotificationObserver(chrome::NOTIFICATION_TAB_PARENTED,
441 : TabStripNotificationObserver((wait_until_closed ?
    [all...]

Completed in 82 milliseconds