HomeSort by relevance Sort by last modified time
    Searched refs:fetch_data (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 336 scoped_ptr<ManifestFetchData> fetch_data) {
337 const std::set<std::string>& id_set(fetch_data->extension_ids());
342 fetch_data->request_ids(),
349 if (fetch_data->full_url() == i->full_url()) {
351 i->Merge(*fetch_data);
357 manifests_queue_.active_request()->full_url() == fetch_data->full_url()) {
358 manifests_queue_.active_request()->Merge(*fetch_data);
361 fetch_data->full_url().possibly_invalid_spec().length());
363 manifests_queue_.ScheduleRequest(fetch_data.Pass());
458 const ManifestFetchData& fetch_data,
    [all...]
safe_manifest_parser.h 25 // Takes ownership of |fetch_data|.
27 ManifestFetchData* fetch_data,
safe_manifest_parser.cc 22 ManifestFetchData* fetch_data,
25 fetch_data_(fetch_data),
extension_downloader.h 145 void StartUpdateCheck(scoped_ptr<ManifestFetchData> fetch_data);
162 void HandleManifestResults(const ManifestFetchData& fetch_data,
167 void DetermineUpdates(const ManifestFetchData& fetch_data,
172 void FetchUpdatedExtension(scoped_ptr<ExtensionFetch> fetch_data);
extension_updater_unittest.cc 539 ManifestFetchData* fetch_data) {
540 downloader->StartUpdateCheck(scoped_ptr<ManifestFetchData>(fetch_data));
608 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0);
609 fetch_data.AddExtension(
613 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
625 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0);
626 fetch_data.AddExtension(
629 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
641 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0);
642 fetch_data.AddExtension
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 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)) {
    [all...]
extension_updater_unittest.cc 487 ManifestFetchData fetch_data(GURL("http://localhost/foo"));
488 fetch_data.AddExtension(id, version,
492 fetch_data.full_url().spec());
501 ManifestFetchData fetch_data(GURL("http://localhost/foo"));
502 fetch_data.AddExtension(id, version,
506 fetch_data.full_url().spec());
515 ManifestFetchData fetch_data(GURL("http://localhost/foo"));
516 fetch_data.AddExtension(id, version,
520 fetch_data.full_url().spec());
562 ManifestFetchData fetch_data(GURL("http://localhost/foo"))
    [all...]
extension_updater.h 281 // Begins an update check. Takes ownership of |fetch_data|.
282 void StartUpdateCheck(ManifestFetchData* fetch_data);
290 void HandleManifestResults(const ManifestFetchData& fetch_data,
299 std::vector<int> DetermineUpdates(const ManifestFetchData& fetch_data,
  /external/qemu/
i386-dis.c 159 static int fetch_data(struct disassemble_info *, bfd_byte *);
314 fetch_data(struct disassemble_info *info, bfd_byte *addr) function
    [all...]

Completed in 2367 milliseconds