Searched defs:DownloadUrlParameters (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.cc17 DownloadUrlParameters::DownloadUrlParameters( function in class:content::DownloadUrlParameters
33 DownloadUrlParameters::~DownloadUrlParameters() {
37 DownloadUrlParameters* DownloadUrlParameters::FromWebContents(
40 return new DownloadUrlParameters(
H A Ddownload_url_parameters.h25 // Pass an instance of DownloadUrlParameters to DownloadManager::DownloadUrl()
39 class CONTENT_EXPORT DownloadUrlParameters { class in namespace:content
48 static DownloadUrlParameters* FromWebContents(
52 DownloadUrlParameters(
58 ~DownloadUrlParameters();
138 // Note that this is state changing--the DownloadUrlParameters object
161 DISALLOW_COPY_AND_ASSIGN(DownloadUrlParameters);

Completed in 400 milliseconds