Searched defs:TabCountChangeObserver (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.h239 class TabCountChangeObserver : public TabStripModelObserver { class in inherits:TabStripModelObserver
241 TabCountChangeObserver(AutomationProvider* automation,
253 virtual ~TabCountChangeObserver();
266 DISALLOW_COPY_AND_ASSIGN(TabCountChangeObserver);
H A Dautomation_provider_observers.cc392 TabCountChangeObserver::TabCountChangeObserver(AutomationProvider* automation, function in class:TabCountChangeObserver
404 TabCountChangeObserver::~TabCountChangeObserver() {
408 void TabCountChangeObserver::TabInsertedAt(TabContentsWrapper* contents,
414 void TabCountChangeObserver::TabDetachedAt(TabContentsWrapper* contents,
419 void TabCountChangeObserver::TabStripModelDeleted() {
429 void TabCountChangeObserver::CheckTabCount() {
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider_observers.h309 class TabCountChangeObserver : public TabStripModelObserver { class in inherits:TabStripModelObserver
311 TabCountChangeObserver(AutomationProvider* automation,
324 virtual ~TabCountChangeObserver();
337 DISALLOW_COPY_AND_ASSIGN(TabCountChangeObserver);
H A Dautomation_provider_observers.cc475 TabCountChangeObserver::TabCountChangeObserver(AutomationProvider* automation, function in class:TabCountChangeObserver
487 TabCountChangeObserver::~TabCountChangeObserver() {
491 void TabCountChangeObserver::TabInsertedAt(WebContents* contents,
497 void TabCountChangeObserver::TabDetachedAt(WebContents* contents,
502 void TabCountChangeObserver::TabStripModelDeleted() {
512 void TabCountChangeObserver::CheckTabCount() {

Completed in 2563 milliseconds