Home
last modified time | relevance | path

Searched defs:DownloadInfoAndroid (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/android/
Ddownload_controller_android_impl.h53 struct DownloadInfoAndroid { struct
59 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
Ddownload_controller_android_impl.cc397 DownloadControllerAndroidImpl::DownloadInfoAndroid::DownloadInfoAndroid( in DownloadInfoAndroid() function in content::DownloadControllerAndroidImpl::DownloadInfoAndroid