/external/chromium/chrome/browser/safe_browsing/ |
D | malware_details.cc | 163 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()
|
D | protocol_manager_unittest.cc | 203 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()
|
D | safe_browsing_service.cc | 1010 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()
|
D | protocol_manager.h | 139 const GURL& referrer_url, 244 const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url,
|
D | safe_browsing_service.h | 255 const GURL& referrer_url, 370 const GURL& referrer_url,
|
D | protocol_manager.cc | 650 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()
|
D | report.proto | 88 optional string referrer_url = 3; field
|
D | malware_details_unittest.cc | 219 EXPECT_EQ(expected_pb.referrer_url(), report_pb.referrer_url()); in VerifyResults()
|
/external/chromium/chrome/browser/cocoa/ |
D | file_metadata.mm | 85 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/ |
D | base_file.cc | 25 const GURL& referrer_url, in BaseFile() argument 30 referrer_url_(referrer_url), in BaseFile()
|
D | download_safe_browsing_client.cc | 25 const GURL& referrer_url) in DownloadSBClient() argument 29 referrer_url_(referrer_url) { in DownloadSBClient()
|
D | download_file.cc | 20 info->referrer_url, in DownloadFile()
|
D | base_file.h | 30 const GURL& referrer_url,
|
D | download_safe_browsing_client.h | 40 const GURL& referrer_url);
|
D | download_item.h | 250 const GURL& referrer_url() const { return referrer_url_; } in referrer_url() function
|
D | download_item.cc | 122 referrer_url_(info.referrer_url), in DownloadItem() 162 referrer_url_(info.referrer_url), in DownloadItem()
|
D | download_util.cc | 338 download_item.url(), download_item.referrer_url()); in OpenChromeExtension() 893 !service->IsDownloadFromGallery(info->url(), info->referrer_url)) in IsDangerous()
|
D | download_manager.cc | 262 info->download_id, info->url_chain, info->referrer_url); in StartDownload() 576 download->referrer_url()); in OnAllDataSaved()
|
/external/chromium/chrome/browser/history/ |
D | download_create_info.h | 49 GURL referrer_url; member
|
/external/chromium/chrome/browser/renderer_host/ |
D | download_resource_handler.cc | 84 info->referrer_url = GURL(request_->referrer()); in OnResponseStarted()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_service.cc | 308 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()
|
D | extension_service.h | 148 const GURL& referrer_url);
|
/external/chromium/webkit/glue/ |
D | weburlloader_impl.cc | 382 GURL referrer_url( in Start() local 432 request_info.referrer = referrer_url; in Start()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider.cc | 251 dl_item_value->SetString("referrer_url", download->referrer_url().spec()); in GetDictionaryFromDownloadItem()
|
/external/chromium/chrome/browser/ui/ |
D | browser.cc | 3174 download->referrer_url())) { in OnStartDownload()
|