HomeSort by relevance Sort by last modified time
    Searched refs:TabAppendedNotificationObserver (Results 1 - 6 of 6) 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...]
testing_automation_provider.cc 465 observer = new TabAppendedNotificationObserver(browser, this,
    [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...]
testing_automation_provider.cc 429 TabAppendedNotificationObserver* observer = NULL;
433 observer = new TabAppendedNotificationObserver(browser, this,
    [all...]

Completed in 143 milliseconds