Home | History | Annotate | Download | only in extensions

Lines Matching refs:fetch_data

616   // Takes ownership of |fetch_data|.
617 SafeManifestParser(const std::string& xml, ManifestFetchData* fetch_data,
621 fetch_data_.reset(fetch_data);
736 const ManifestFetchData& fetch_data,
742 RemoveFromInProgress(fetch_data.extension_ids());
750 std::vector<int> updates = DetermineUpdates(fetch_data, *results);
763 if (fetch_data.base_url().DomainIs("google.com") &&
768 const std::set<std::string>& extension_ids = fetch_data.extension_ids();
771 if (fetch_data.DidPing(*i, ManifestFetchData::ROLLCALL)) {
1014 const ManifestFetchData& fetch_data,
1028 if (!fetch_data.Includes(update->extension_id))
1077 void ExtensionUpdater::StartUpdateCheck(ManifestFetchData* fetch_data) {
1078 AddToInProgress(fetch_data->extension_ids());
1080 scoped_ptr<ManifestFetchData> scoped_fetch_data(fetch_data);
1087 if (fetch_data->full_url() == (*i)->full_url()) {
1094 if (manifest_fetcher_->url() != fetch_data->full_url()) {
1099 fetch_data->full_url().possibly_invalid_spec().length());
1103 URLFetcher::Create(kManifestFetcherId, fetch_data->full_url(),