Home
last modified time | relevance | path

Searched refs:referrer_url (Results 1 – 25 of 25) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dmalware_details.cc163 GURL referrer_url; in StartCollection() local
166 referrer_url = nav_entry->referrer(); in StartCollection()
167 if (IsPublicUrl(referrer_url)) { in StartCollection()
168 report_->set_referrer_url(referrer_url.spec()); in StartCollection()
201 if (nav_entry && !referrer_url.is_empty()) { in StartCollection()
202 AddUrl(referrer_url, GURL(), "", NULL); in StartCollection()
Dprotocol_manager_unittest.cc203 GURL referrer_url("http://referrer.url.com"); in TEST_F() local
209 malicious_url, page_url, referrer_url, in TEST_F()
219 malicious_url, page_url, referrer_url, in TEST_F()
228 malicious_url, page_url, referrer_url, in TEST_F()
237 malicious_url, page_url, referrer_url, in TEST_F()
Dsafe_browsing_service.cc1010 GURL referrer_url; in DoDisplayBlockingPage() local
1013 referrer_url = entry->referrer(); in DoDisplayBlockingPage()
1025 referrer_url = page_url; in DoDisplayBlockingPage()
1028 ReportSafeBrowsingHit(resource.url, page_url, referrer_url, is_subresource, in DoDisplayBlockingPage()
1040 const GURL& referrer_url, in ReportSafeBrowsingHit() argument
1055 referrer_url, in ReportSafeBrowsingHit()
1064 const GURL& referrer_url, in ReportSafeBrowsingHitOnIOThread() argument
1073 << " " << referrer_url << " " << is_subresource << " " in ReportSafeBrowsingHitOnIOThread()
1076 referrer_url, is_subresource, in ReportSafeBrowsingHitOnIOThread()
Dprotocol_manager.h139 const GURL& referrer_url,
244 const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url,
Dsafe_browsing_service.h255 const GURL& referrer_url,
370 const GURL& referrer_url,
Dprotocol_manager.cc650 const GURL& referrer_url, in ReportSafeBrowsingHit() argument
655 referrer_url, is_subresource, in ReportSafeBrowsingHit()
766 const GURL& referrer_url, bool is_subresource, in SafeBrowsingHitUrl() argument
796 EscapeQueryParamValue(referrer_url.spec(), true).c_str(), in SafeBrowsingHitUrl()
Dreport.proto88 optional string referrer_url = 3; field
Dmalware_details_unittest.cc219 EXPECT_EQ(expected_pb.referrer_url(), report_pb.referrer_url()); in VerifyResults()
/external/chromium/chrome/browser/cocoa/
Dfile_metadata.mm85 NSString* referrer_url =
87 if (referrer_url)
88 [list addObject:referrer_url];
144 NSString* referrer_url =
146 [quarantine_properties setValue:referrer_url
/external/chromium/chrome/browser/download/
Dbase_file.cc25 const GURL& referrer_url, in BaseFile() argument
30 referrer_url_(referrer_url), in BaseFile()
Ddownload_safe_browsing_client.cc25 const GURL& referrer_url) in DownloadSBClient() argument
29 referrer_url_(referrer_url) { in DownloadSBClient()
Ddownload_file.cc20 info->referrer_url, in DownloadFile()
Dbase_file.h30 const GURL& referrer_url,
Ddownload_safe_browsing_client.h40 const GURL& referrer_url);
Ddownload_item.h250 const GURL& referrer_url() const { return referrer_url_; } in referrer_url() function
Ddownload_item.cc122 referrer_url_(info.referrer_url), in DownloadItem()
162 referrer_url_(info.referrer_url), in DownloadItem()
Ddownload_util.cc338 download_item.url(), download_item.referrer_url()); in OpenChromeExtension()
893 !service->IsDownloadFromGallery(info->url(), info->referrer_url)) in IsDangerous()
Ddownload_manager.cc262 info->download_id, info->url_chain, info->referrer_url); in StartDownload()
576 download->referrer_url()); in OnAllDataSaved()
/external/chromium/chrome/browser/history/
Ddownload_create_info.h49 GURL referrer_url; member
/external/chromium/chrome/browser/renderer_host/
Ddownload_resource_handler.cc84 info->referrer_url = GURL(request_->referrer()); in OnResponseStarted()
/external/chromium/chrome/browser/extensions/
Dextension_service.cc308 const GURL& referrer_url) { in IsDownloadFromGallery() argument
312 StartsWithASCII(referrer_url.spec(), in IsDownloadFromGallery()
318 const Extension* referrer_extension = GetExtensionByWebExtent(referrer_url); in IsDownloadFromGallery()
334 referrer_url); in IsDownloadFromGallery()
340 referrer_valid = referrer_url.is_empty() || (referrer_tld == store_tld); in IsDownloadFromGallery()
Dextension_service.h148 const GURL& referrer_url);
/external/chromium/webkit/glue/
Dweburlloader_impl.cc382 GURL referrer_url( in Start() local
432 request_info.referrer = referrer_url; in Start()
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc251 dl_item_value->SetString("referrer_url", download->referrer_url().spec()); in GetDictionaryFromDownloadItem()
/external/chromium/chrome/browser/ui/
Dbrowser.cc3174 download->referrer_url())) { in OnStartDownload()