/external/chromium/chrome/browser/safe_browsing/ |
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(),
|
/external/chromium_org/android_webview/native/ |
state_serializer_unittests.cc | 47 referrer.url = GURL("http://referrer_url");
|
/external/chromium_org/chrome/browser/safe_browsing/ |
report.proto | 88 optional string referrer_url = 3;
|
ui_manager.h | 130 const GURL& referrer_url, 151 const GURL& referrer_url,
|
/external/chromium_org/content/browser/download/ |
download_create_info.h | 46 GURL referrer_url; member in struct:content::DownloadCreateInfo
|
download_file_impl.h | 42 const GURL& referrer_url,
|
download_file_impl.cc | 35 const GURL& referrer_url, 43 referrer_url,
|
download_browsertest.cc | 107 const GURL& referrer_url, 155 const GURL& referrer_url, 179 const GURL& referrer_url, 187 save_info.Pass(), default_download_directory, url, referrer_url, 232 const GURL& referrer_url, 242 save_info.Pass(), default_download_directory, url, referrer_url, 276 const GURL& referrer_url, 283 url, referrer_url, calculate_hash, 333 const GURL& referrer_url, 343 save_info.Pass(), default_downloads_directory, url, referrer_url, [all...] |
download_manager_impl.cc | 171 const GURL& referrer_url, 189 referrer_url, 416 info->url(), info->referrer_url, 621 const GURL& referrer_url, 642 referrer_url,
|
base_file.cc | 30 const GURL& referrer_url, 38 referrer_url_(referrer_url),
|
base_file.h | 39 const GURL& referrer_url,
|
download_manager_impl.h | 80 const GURL& referrer_url,
|
download_manager_impl_unittest.cc | 234 const GURL& referrer_url, 299 const GURL& referrer_url, 379 const GURL& referrer_url, 385 referrer_url, calculate_hash,
|
/external/chromium/chrome/browser/download/ |
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),
|
/external/chromium_org/net/url_request/ |
url_request.cc | 581 GURL referrer_url(referrer); 583 referrer_url.is_empty() || referrer_url.is_valid()); 584 if (referrer_url.is_valid() && (referrer_url.has_ref() || 585 referrer_url.has_username() || referrer_url.has_password())) { 590 referrer_url = referrer_url.ReplaceComponents(referrer_mods); 591 referrer_ = referrer_url.spec() [all...] |
/external/chromium/chrome/browser/history/ |
download_create_info.h | 49 GURL referrer_url; member in struct:DownloadCreateInfo
|
/external/chromium_org/chrome/browser/history/ |
download_row.h | 58 GURL referrer_url; member in struct:history::DownloadRow
|
/external/chromium_org/apps/ |
launcher.cc | 405 const GURL& referrer_url) { 407 profile, extension, handler_id, url, referrer_url);
|
/external/chromium_org/chrome/browser/download/ |
download_history_unittest.cc | 44 EXPECT_EQ(left.referrer_url.spec(), right.referrer_url.spec()); 245 infos->at(index).referrer_url, 386 info->referrer_url = referrer;
|