Lines Matching refs:InstantLoader
14 class InstantLoader; variable
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_; } in current_loader()
72 InstantLoader* pending_loader() const { return pending_loader_; } in pending_loader()
76 InstantLoader* active_loader() const { in active_loader()
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_;