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

  /external/chromium/chrome/browser/instant/
instant_loader_manager.cc 13 InstantLoaderManager::InstantLoaderManager(
20 InstantLoaderManager::~InstantLoaderManager() {
35 InstantLoader* InstantLoaderManager::UpdateLoader(
89 bool InstantLoaderManager::WillUpateChangeActiveLoader(
94 void InstantLoaderManager::MakePendingCurrent(
106 InstantLoader* InstantLoaderManager::ReleaseCurrentLoader() {
114 void InstantLoaderManager::DestroyLoader(InstantLoader* loader) {
118 InstantLoader* InstantLoaderManager::ReleaseLoader(InstantLoader* loader)
    [all...]
instant_loader_manager.h 17 // InstantLoaderManager is responsible for maintaining the InstantLoaders for
18 // InstantController. InstantLoaderManager keeps track of one loader for loading
24 // Users of InstantLoaderManager need only concern themselves with the current
34 class InstantLoaderManager {
36 explicit InstantLoaderManager(InstantLoaderDelegate* loader_delegate);
37 ~InstantLoaderManager();
55 // should be used prior to destroying the InstantLoaderManager when the owner
56 // of InstantLoaderManager wants to take ownership of the loader.
107 DISALLOW_COPY_AND_ASSIGN(InstantLoaderManager);

Completed in 28 milliseconds