Home
last modified time | relevance | path

Searched refs:TabContentsObserverImpl (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dtab_finder.cc23 class TabFinder::TabContentsObserverImpl : public TabContentsObserver { class in TabFinder
25 TabContentsObserverImpl(TabContents* tab, TabFinder* finder);
26 virtual ~TabContentsObserverImpl();
39 DISALLOW_COPY_AND_ASSIGN(TabContentsObserverImpl);
42 TabFinder::TabContentsObserverImpl::TabContentsObserverImpl( in TabContentsObserverImpl() function in TabFinder::TabContentsObserverImpl
49 TabFinder::TabContentsObserverImpl::~TabContentsObserverImpl() { in ~TabContentsObserverImpl()
52 void TabFinder::TabContentsObserverImpl::DidNavigateAnyFramePostCommit( in DidNavigateAnyFramePostCommit()
58 void TabFinder::TabContentsObserverImpl::TabContentsDestroyed( in TabContentsDestroyed()
180 TabContentsObserverImpl* observer = new TabContentsObserverImpl(tab, this); in TrackTab()
190 void TabFinder::TabDestroyed(TabContentsObserverImpl* observer) { in TabDestroyed()
Dtab_finder.h52 class TabContentsObserverImpl;
55 typedef std::set<TabContentsObserverImpl*> TabContentsObservers;
84 void TabDestroyed(TabContentsObserverImpl* observer);