Home
last modified time | relevance | path

Searched refs:tab_referrer_url_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
Ddownload_protection_service.cc287 tab_referrer_url_(item->GetTabReferrerUrl()), in CheckClientDownloadRequest()
718 if (tab_referrer_url_.is_valid()) { in SendRequest()
719 resource->set_referrer(tab_referrer_url_.spec()); in SendRequest()
863 GURL tab_referrer_url_; member in safe_browsing::DownloadProtectionService::CheckClientDownloadRequest
/external/chromium_org/content/browser/download/
Ddownload_item_impl.h428 GURL tab_referrer_url_; variable
Ddownload_item_impl.cc183 tab_referrer_url_(info.tab_referrer_url), in DownloadItemImpl()
564 return tab_referrer_url_; in GetTabReferrerUrl()