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

  /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 130 milliseconds