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

  /external/chromium/chrome/browser/tabs/
tab_finder.cc 23 class TabFinder::TabContentsObserverImpl : public TabContentsObserver {
25 TabContentsObserverImpl(TabContents* tab, TabFinder* finder);
26 virtual ~TabContentsObserverImpl();
39 DISALLOW_COPY_AND_ASSIGN(TabContentsObserverImpl);
42 TabFinder::TabContentsObserverImpl::TabContentsObserverImpl(
49 TabFinder::TabContentsObserverImpl::~TabContentsObserverImpl() {
52 void TabFinder::TabContentsObserverImpl::DidNavigateAnyFramePostCommit(
58 void TabFinder::TabContentsObserverImpl::TabContentsDestroyed
    [all...]
tab_finder.h 52 class TabContentsObserverImpl;
55 typedef std::set<TabContentsObserverImpl*> TabContentsObservers;
62 // Forwarded from TabContentsObserverImpl.
77 // TabContentsObserverImpl to listen for navigations.
84 void TabDestroyed(TabContentsObserverImpl* observer);

Completed in 39 milliseconds