Searched defs:referrer_url (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/download/
H A Dbase_file.cc25 const GURL& referrer_url,
30 referrer_url_(referrer_url),
23 BaseFile(const FilePath& full_path, const GURL& source_url, const GURL& referrer_url, int64 received_bytes, const linked_ptr<net::FileStream>& file_stream) argument
H A Ddownload_safe_browsing_client.cc25 const GURL& referrer_url)
29 referrer_url_(referrer_url) {
23 DownloadSBClient(int32 download_id, const std::vector<GURL>& url_chain, const GURL& referrer_url) argument
H A Ddownload_item.h250 const GURL& referrer_url() const { return referrer_url_; } function in class:DownloadItem
/external/chromium/chrome/browser/history/
H A Ddownload_create_info.h49 GURL referrer_url; member in struct:DownloadCreateInfo
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details.cc163 GURL referrer_url; local
166 referrer_url = nav_entry->referrer();
167 if (IsPublicUrl(referrer_url)) {
168 report_->set_referrer_url(referrer_url.spec());
201 if (nav_entry && !referrer_url.is_empty()) {
202 AddUrl(referrer_url, GURL(), "", NULL);
H A Dprotocol_manager.cc650 const GURL& referrer_url,
655 referrer_url, is_subresource,
766 const GURL& referrer_url, bool is_subresource,
796 EscapeQueryParamValue(referrer_url.spec(), true).c_str(),
647 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type, const std::string& post_data) argument
764 SafeBrowsingHitUrl( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type) const argument
H A Dsafe_browsing_service.cc1010 GURL referrer_url; local
1013 referrer_url = entry->referrer();
1025 referrer_url = page_url;
1028 ReportSafeBrowsingHit(resource.url, page_url, referrer_url, is_subresource,
1040 const GURL& referrer_url,
1055 referrer_url,
1064 const GURL& referrer_url,
1073 << " " << referrer_url << " " << is_subresource << " "
1076 referrer_url, is_subresource,
1037 ReportSafeBrowsingHit( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type, const std::string& post_data) argument
1061 ReportSafeBrowsingHitOnIOThread( const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url, bool is_subresource, SafeBrowsingService::UrlCheckResult threat_type, const std::string& post_data) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_service.cc308 const GURL& referrer_url) {
312 StartsWithASCII(referrer_url.spec(),
318 const Extension* referrer_extension = GetExtensionByWebExtent(referrer_url);
334 referrer_url);
340 referrer_valid = referrer_url.is_empty() || (referrer_tld == store_tld);
307 IsDownloadFromGallery(const GURL& download_url, const GURL& referrer_url) argument

Completed in 108 milliseconds