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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 202 class TabAppendedNotificationObserver : public TabStripNotificationObserver {
204 TabAppendedNotificationObserver(Browser* parent,
207 virtual ~TabAppendedNotificationObserver();
216 DISALLOW_COPY_AND_ASSIGN(TabAppendedNotificationObserver);
    [all...]
automation_provider_observers.cc 335 TabAppendedNotificationObserver::TabAppendedNotificationObserver(
343 TabAppendedNotificationObserver::~TabAppendedNotificationObserver() {}
345 void TabAppendedNotificationObserver::ObserveTab(
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 249 class TabAppendedNotificationObserver : public TabStripNotificationObserver {
251 TabAppendedNotificationObserver(Browser* parent,
255 virtual ~TabAppendedNotificationObserver();
266 DISALLOW_COPY_AND_ASSIGN(TabAppendedNotificationObserver);
    [all...]
automation_provider_observers.cc 400 TabAppendedNotificationObserver::TabAppendedNotificationObserver(
412 TabAppendedNotificationObserver::~TabAppendedNotificationObserver() {}
414 void TabAppendedNotificationObserver::ObserveTab(
433 IPC::Message* TabAppendedNotificationObserver::ReleaseReply() {
    [all...]

Completed in 59 milliseconds