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

  /external/chromium/chrome/browser/instant/
instant_unload_handler.h 30 class TabContentsDelegateImpl;
34 void Activate(TabContentsDelegateImpl* delegate);
37 void Destroy(TabContentsDelegateImpl* delegate);
43 ScopedVector<TabContentsDelegateImpl> delegates_;
instant_unload_handler.cc 16 class InstantUnloadHandler::TabContentsDelegateImpl
19 TabContentsDelegateImpl(InstantUnloadHandler* handler,
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>::iterator i
    [all...]
instant_loader.cc 137 // TabContentsDelegateImpl -----------------------------------------------------
139 class InstantLoader::TabContentsDelegateImpl
144 explicit TabContentsDelegateImpl(InstantLoader* loader);
260 DISALLOW_COPY_AND_ASSIGN(TabContentsDelegateImpl);
263 InstantLoader::TabContentsDelegateImpl::TabContentsDelegateImpl(
278 void InstantLoader::TabContentsDelegateImpl::PrepareForNewLoad() {
285 void InstantLoader::TabContentsDelegateImpl::PreviewPainted() {
289 void InstantLoader::TabContentsDelegateImpl::SetLastHistoryURLAndPrune(
304 void InstantLoader::TabContentsDelegateImpl::CommitHistory
    [all...]
instant_loader.h 110 class TabContentsDelegateImpl;
167 scoped_ptr<TabContentsDelegateImpl> preview_tab_contents_delegate_;

Completed in 206 milliseconds