Searched defs:TabContentsDelegateImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/instant/
H A Dinstant_unload_handler.cc16 class InstantUnloadHandler::TabContentsDelegateImpl class in class:InstantUnloadHandler
19 TabContentsDelegateImpl(InstantUnloadHandler* handler, function in class:InstantUnloadHandler::TabContentsDelegateImpl
28 ~TabContentsDelegateImpl() {
81 DISALLOW_COPY_AND_ASSIGN(TabContentsDelegateImpl);
101 TabContentsDelegateImpl* delegate =
102 new TabContentsDelegateImpl(this, tab, index);
110 void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) {
118 ScopedVector<TabContentsDelegateImpl>::iterator i =
128 void InstantUnloadHandler::Destroy(TabContentsDelegateImpl* delegate) {
129 ScopedVector<TabContentsDelegateImpl>
[all...]
H A Dinstant_loader.cc137 // TabContentsDelegateImpl -----------------------------------------------------
139 class InstantLoader::TabContentsDelegateImpl class in class:InstantLoader
144 explicit TabContentsDelegateImpl(InstantLoader* loader);
260 DISALLOW_COPY_AND_ASSIGN(TabContentsDelegateImpl);
263 InstantLoader::TabContentsDelegateImpl::TabContentsDelegateImpl( function in class:InstantLoader::TabContentsDelegateImpl
278 void InstantLoader::TabContentsDelegateImpl::PrepareForNewLoad() {
285 void InstantLoader::TabContentsDelegateImpl::PreviewPainted() {
289 void InstantLoader::TabContentsDelegateImpl::SetLastHistoryURLAndPrune(
304 void InstantLoader::TabContentsDelegateImpl
[all...]

Completed in 745 milliseconds