Lines Matching full:loader
176 virtual void InstantStatusChanged(InstantLoader* loader) OVERRIDE;
177 virtual void SetSuggestedTextFor(InstantLoader* loader,
182 virtual void CommitInstantLoader(InstantLoader* loader) OVERRIDE;
184 InstantLoader* loader) OVERRIDE;
185 virtual void AddToBlacklist(InstantLoader* loader,
196 // Returns the TabContents of the pending loader (or NULL). This is only used
210 // http_status_ok) of a loader.
211 void ProcessInstantStatusChanged(InstantLoader* loader);
241 // Deletes |loader| after a delay. At the time we determine a site doesn't
242 // want to participate in instant we can't destroy the loader (because
243 // destroying the loader destroys the TabContents and the TabContents is on
244 // the stack). Instead we place the loader in |loaders_to_destroy_| and
246 void ScheduleDestroy(InstantLoader* loader);
263 // The loader that is ready to be displayed.