Home
last modified time | relevance | path

Searched refs:InstantLoaderManager (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_loader_manager.cc13 InstantLoaderManager::InstantLoaderManager( in InstantLoaderManager() function in InstantLoaderManager
20 InstantLoaderManager::~InstantLoaderManager() { in ~InstantLoaderManager()
35 InstantLoader* InstantLoaderManager::UpdateLoader( in UpdateLoader()
89 bool InstantLoaderManager::WillUpateChangeActiveLoader( in WillUpateChangeActiveLoader()
94 void InstantLoaderManager::MakePendingCurrent( in MakePendingCurrent()
106 InstantLoader* InstantLoaderManager::ReleaseCurrentLoader() { in ReleaseCurrentLoader()
114 void InstantLoaderManager::DestroyLoader(InstantLoader* loader) { in DestroyLoader()
118 InstantLoader* InstantLoaderManager::ReleaseLoader(InstantLoader* loader) { in ReleaseLoader()
135 void InstantLoaderManager::RemoveLoaderFromInstant(InstantLoader* loader) { in RemoveLoaderFromInstant()
144 InstantLoader* InstantLoaderManager::CreateLoader(TemplateURLID id) { in CreateLoader()
[all …]
Dinstant_loader_manager_unittest.cc63 InstantLoaderManager manager(&delegate); in TEST_F()
76 InstantLoaderManager manager(&delegate); in TEST_F()
89 InstantLoaderManager manager(&delegate); in TEST_F()
103 InstantLoaderManager manager(&delegate); in TEST_F()
118 InstantLoaderManager manager(&delegate); in TEST_F()
133 InstantLoaderManager manager(&delegate); in TEST_F()
159 InstantLoaderManager manager(&delegate); in TEST_F()
172 InstantLoaderManager manager(&delegate); in TEST_F()
196 InstantLoaderManager manager(&delegate); in TEST_F()
223 InstantLoaderManager manager(&delegate); in TEST_F()
[all …]
Dinstant_loader_manager.h34 class InstantLoaderManager {
36 explicit InstantLoaderManager(InstantLoaderDelegate* loader_delegate);
37 ~InstantLoaderManager();
107 DISALLOW_COPY_AND_ASSIGN(InstantLoaderManager);
Dinstant_controller.h30 class InstantLoaderManager; variable
275 scoped_ptr<InstantLoaderManager> loader_manager_;
Dinstant_controller.cc166 loader_manager_.reset(new InstantLoaderManager(this)); in Update()
228 loader_manager_.reset(new InstantLoaderManager(this)); in DestroyPreviewContentsAndLeaveActive()