Searched defs:DownloadInfoAndroid (Results 1 – 2 of 2) sorted by relevance
53 struct DownloadInfoAndroid { struct59 GURL url;61 GURL original_url;62 int64 total_bytes;63 std::string content_disposition;64 std::string original_mime_type;65 std::string user_agent;66 std::string cookie;90 typedef base::Callback<void(const DownloadInfoAndroid&)> argument
397 DownloadControllerAndroidImpl::DownloadInfoAndroid::DownloadInfoAndroid( in DownloadInfoAndroid() function in content::DownloadControllerAndroidImpl::DownloadInfoAndroid