Searched refs:TabContentsDelegateImpl (Results 1 – 4 of 4) sorted by relevance
139 class InstantLoader::TabContentsDelegateImpl class in InstantLoader144 explicit TabContentsDelegateImpl(InstantLoader* loader);260 DISALLOW_COPY_AND_ASSIGN(TabContentsDelegateImpl);263 InstantLoader::TabContentsDelegateImpl::TabContentsDelegateImpl( in TabContentsDelegateImpl() function in InstantLoader::TabContentsDelegateImpl278 void InstantLoader::TabContentsDelegateImpl::PrepareForNewLoad() { in PrepareForNewLoad()285 void InstantLoader::TabContentsDelegateImpl::PreviewPainted() { in PreviewPainted()289 void InstantLoader::TabContentsDelegateImpl::SetLastHistoryURLAndPrune( in SetLastHistoryURLAndPrune()304 void InstantLoader::TabContentsDelegateImpl::CommitHistory( in CommitHistory()349 void InstantLoader::TabContentsDelegateImpl::RegisterForPaintNotifications( in RegisterForPaintNotifications()361 void InstantLoader::TabContentsDelegateImpl::UnregisterForPaintNotifications() { in UnregisterForPaintNotifications()[all …]
16 class InstantUnloadHandler::TabContentsDelegateImpl class in InstantUnloadHandler19 TabContentsDelegateImpl(InstantUnloadHandler* handler, in TabContentsDelegateImpl() function in InstantUnloadHandler::TabContentsDelegateImpl28 ~TabContentsDelegateImpl() { in ~TabContentsDelegateImpl()81 DISALLOW_COPY_AND_ASSIGN(TabContentsDelegateImpl);101 TabContentsDelegateImpl* delegate = in RunUnloadListenersOrDestroy()102 new TabContentsDelegateImpl(this, tab, index); in RunUnloadListenersOrDestroy()110 void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) { in Activate()118 ScopedVector<TabContentsDelegateImpl>::iterator i = in Activate()128 void InstantUnloadHandler::Destroy(TabContentsDelegateImpl* delegate) { in Destroy()129 ScopedVector<TabContentsDelegateImpl>::iterator i = in Destroy()
30 class TabContentsDelegateImpl;34 void Activate(TabContentsDelegateImpl* delegate);37 void Destroy(TabContentsDelegateImpl* delegate);43 ScopedVector<TabContentsDelegateImpl> delegates_;
110 class TabContentsDelegateImpl; variable167 scoped_ptr<TabContentsDelegateImpl> preview_tab_contents_delegate_;