Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader.cc413 scoped_ptr<ManifestFetchData> fetch_data) { in StartUpdateCheck()
535 const ManifestFetchData& fetch_data, in HandleManifestResults()
605 const ManifestFetchData& fetch_data, in DetermineUpdates()
676 scoped_ptr<ExtensionFetch> fetch_data) { in FetchUpdatedExtension()
714 scoped_ptr<ExtensionFetch> fetch_data, in NotifyDelegateDownloadFinished()
761 scoped_ptr<ExtensionFetch> fetch_data = in OnCRXFetchComplete() local
Dsafe_manifest_parser.cc22 ManifestFetchData* fetch_data, in SafeManifestParser()
Dextension_updater_unittest.cc578 ManifestFetchData* fetch_data) { in StartUpdateCheck()
647 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0); in TestUpdateUrlDataEmpty() local
664 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0); in TestUpdateUrlDataSimple() local
680 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0); in TestUpdateUrlDataCompound() local
724 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0); in TestInstallSource() local
740 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0); in TestDetermineUpdates() local
782 ManifestFetchData fetch_data(GURL("http://localhost/foo"), 0); in TestDetermineUpdatesPending() local
1562 ManifestFetchData fetch_data(update_url, 0); in TestHandleManifestResults() local
/external/qemu/disas/
Di386.c314 fetch_data(struct disassemble_info *info, bfd_byte *addr) in fetch_data() function