Home
last modified time | relevance | path

Searched refs:fetch_data (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_updater_unittest.cc487 ManifestFetchData fetch_data(GURL("http://localhost/foo")); in TestUpdateUrlDataEmpty() local
488 fetch_data.AddExtension(id, version, in TestUpdateUrlDataEmpty()
492 fetch_data.full_url().spec()); in TestUpdateUrlDataEmpty()
501 ManifestFetchData fetch_data(GURL("http://localhost/foo")); in TestUpdateUrlDataSimple() local
502 fetch_data.AddExtension(id, version, in TestUpdateUrlDataSimple()
506 fetch_data.full_url().spec()); in TestUpdateUrlDataSimple()
515 ManifestFetchData fetch_data(GURL("http://localhost/foo")); in TestUpdateUrlDataCompound() local
516 fetch_data.AddExtension(id, version, in TestUpdateUrlDataCompound()
520 fetch_data.full_url().spec()); in TestUpdateUrlDataCompound()
562 ManifestFetchData fetch_data(GURL("http://localhost/foo")); in TestDetermineUpdates() local
[all …]
Dextension_updater.cc617 SafeManifestParser(const std::string& xml, ManifestFetchData* fetch_data, in SafeManifestParser() argument
621 fetch_data_.reset(fetch_data); in SafeManifestParser()
736 const ManifestFetchData& fetch_data, in HandleManifestResults() argument
742 RemoveFromInProgress(fetch_data.extension_ids()); in HandleManifestResults()
750 std::vector<int> updates = DetermineUpdates(fetch_data, *results); in HandleManifestResults()
763 if (fetch_data.base_url().DomainIs("google.com") && in HandleManifestResults()
768 const std::set<std::string>& extension_ids = fetch_data.extension_ids(); in HandleManifestResults()
771 if (fetch_data.DidPing(*i, ManifestFetchData::ROLLCALL)) { in HandleManifestResults()
1014 const ManifestFetchData& fetch_data, in DetermineUpdates() argument
1028 if (!fetch_data.Includes(update->extension_id)) in DetermineUpdates()
[all …]
Dextension_updater.h282 void StartUpdateCheck(ManifestFetchData* fetch_data);
290 void HandleManifestResults(const ManifestFetchData& fetch_data,
299 std::vector<int> DetermineUpdates(const ManifestFetchData& fetch_data,
/external/qemu/
Di386-dis.c159 static int fetch_data(struct disassemble_info *, bfd_byte *);
314 fetch_data(struct disassemble_info *info, bfd_byte *addr) in fetch_data() function
3331 fetch_data(the_info, codep + 1); in ckprefix()
3695 fetch_data(info, codep + 1); in print_insn()
3717 fetch_data(info, codep + 2); in print_insn()
3728 fetch_data(info, codep + 2); in print_insn()
3813 fetch_data(info, codep + 1); in print_insn()
4979 fetch_data(the_info, codep + 1); in OP_E()
5004 fetch_data (the_info, codep + 1); in OP_E()
5115 fetch_data(the_info, codep + 1); in OP_E()
[all …]