HomeSort by relevance Sort by last modified time
    Searched full:referrer_url (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/cocoa/
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/safe_browsing/
malware_details.cc 163 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);
report.proto 88 optional string referrer_url = 3;
protocol_manager_unittest.cc 203 GURL referrer_url("http://referrer.url.com");
209 malicious_url, page_url, referrer_url,
219 malicious_url, page_url, referrer_url,
228 malicious_url, page_url, referrer_url,
237 malicious_url, page_url, referrer_url,
safe_browsing_service.cc 1010 GURL referrer_url; local
    [all...]
protocol_manager.cc 650 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(),
malware_details_unittest.cc 219 EXPECT_EQ(expected_pb.referrer_url(), report_pb.referrer_url());
protocol_manager.h 139 const GURL& referrer_url,
244 const GURL& malicious_url, const GURL& page_url, const GURL& referrer_url,
safe_browsing_service.h 255 const GURL& referrer_url,
370 const GURL& referrer_url,
  /external/chromium/chrome/browser/download/
download_file.cc 20 info->referrer_url,
base_file.h 30 const GURL& referrer_url,
base_file.cc 25 const GURL& referrer_url,
30 referrer_url_(referrer_url),
download_safe_browsing_client.cc 25 const GURL& referrer_url)
29 referrer_url_(referrer_url) {
download_safe_browsing_client.h 40 const GURL& referrer_url);
download_item.cc 122 referrer_url_(info.referrer_url),
162 referrer_url_(info.referrer_url),
download_util.cc 338 download_item.url(), download_item.referrer_url());
    [all...]
download_item.h 250 const GURL& referrer_url() const { return referrer_url_; } function in class:DownloadItem
download_manager.cc 262 info->download_id, info->url_chain, info->referrer_url);
576 download->referrer_url());
    [all...]
  /external/chromium/chrome/browser/history/
download_create_info.h 49 GURL referrer_url; member in struct:DownloadCreateInfo
  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 84 info->referrer_url = GURL(request_->referrer());
  /external/chromium/chrome/browser/automation/
automation_provider.cc 251 dl_item_value->SetString("referrer_url", download->referrer_url().spec());
    [all...]
  /external/chromium/webkit/glue/
weburlloader_impl.cc 382 GURL referrer_url(
432 request_info.referrer = referrer_url;
  /external/chromium/chrome/browser/extensions/
extension_service.cc 308 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);
    [all...]
extension_service.h 148 const GURL& referrer_url);
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 1069 milliseconds