Home | History | Annotate | Download | only in instant

Lines Matching refs:InstantLoader

14 class InstantLoader;
32 // InstantLoader owns all the InstantLoaders returned. You can take
42 // active InstantLoader that should be used.
43 InstantLoader* UpdateLoader(TemplateURLID instant_id,
44 scoped_ptr<InstantLoader>* old_loader);
52 void MakePendingCurrent(scoped_ptr<InstantLoader>* old_loader);
57 InstantLoader* ReleaseCurrentLoader();
60 void DestroyLoader(InstantLoader* loader);
63 InstantLoader* ReleaseLoader(InstantLoader* loader);
66 void RemoveLoaderFromInstant(InstantLoader* loader);
69 InstantLoader* current_loader() const { return current_loader_; }
72 InstantLoader* pending_loader() const { return pending_loader_; }
76 InstantLoader* active_loader() const {
85 typedef std::map<TemplateURLID, InstantLoader*> Loaders;
88 InstantLoader* CreateLoader(TemplateURLID id);
92 InstantLoader* GetInstantLoader(TemplateURLID id);
97 InstantLoader* current_loader_;
102 InstantLoader* pending_loader_;