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 267 class TabAppendedNotificationObserver : public TabStripNotificationObserver {
269 TabAppendedNotificationObserver(Browser* parent,
273 virtual ~TabAppendedNotificationObserver();
284 DISALLOW_COPY_AND_ASSIGN(TabAppendedNotificationObserver);
    [all...]
automation_provider_observers.cc 399 TabAppendedNotificationObserver::TabAppendedNotificationObserver(
411 TabAppendedNotificationObserver::~TabAppendedNotificationObserver() {}
413 void TabAppendedNotificationObserver::ObserveTab(
432 IPC::Message* TabAppendedNotificationObserver::ReleaseReply() {
    [all...]

Completed in 117 milliseconds