Searched defs:referrer_encoding (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddrag_download_file_browsertest.cc101 std::string referrer_encoding; local
104 referrer_encoding, shell()->web_contents()));
121 std::string referrer_encoding; local
125 referrer_encoding, shell()->web_contents()));
H A Ddrag_download_file.cc37 const std::string& referrer_encoding,
45 referrer_encoding_(referrer_encoding),
156 const std::string& referrer_encoding,
167 referrer_encoding,
35 DragDownloadFileUI(const GURL& url, const Referrer& referrer, const std::string& referrer_encoding, WebContents* web_contents, base::MessageLoop* on_completed_loop, const OnCompleted& on_completed) argument
152 DragDownloadFile(const base::FilePath& file_path, base::File file, const GURL& url, const Referrer& referrer, const std::string& referrer_encoding, WebContents* web_contents) argument
/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.h27 // |referrer| and |referrer_encoding| are the referrer for the download. If
67 void set_referrer_encoding(const std::string& referrer_encoding) { argument
68 referrer_encoding_ = referrer_encoding;
115 const std::string& referrer_encoding() const { return referrer_encoding_; } function in class:content::DownloadUrlParameters

Completed in 214 milliseconds