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

  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 239 class TabCountChangeObserver : public TabStripModelObserver {
241 TabCountChangeObserver(AutomationProvider* automation,
253 virtual ~TabCountChangeObserver();
266 DISALLOW_COPY_AND_ASSIGN(TabCountChangeObserver);
    [all...]
automation_provider_observers.cc 392 TabCountChangeObserver::TabCountChangeObserver(AutomationProvider* automation,
404 TabCountChangeObserver::~TabCountChangeObserver() {
408 void TabCountChangeObserver::TabInsertedAt(TabContentsWrapper* contents,
414 void TabCountChangeObserver::TabDetachedAt(TabContentsWrapper* contents,
419 void TabCountChangeObserver::TabStripModelDeleted() {
429 void TabCountChangeObserver::CheckTabCount() {
    [all...]

Completed in 19 milliseconds