Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/browser/safe_browsing/ | |
download_protection_service.cc | 286 tab_url_(item->GetTabUrl()), 641 if (!tab_url_.is_valid()) { 655 tab_url_, 658 tab_url_), 665 DCHECK_EQ(url, tab_url_); 713 if (tab_url_.is_valid()) { 715 resource->set_url(tab_url_.spec()); 862 GURL tab_url_; member in class:safe_browsing::DownloadProtectionService::CheckClientDownloadRequest [all...] |
/external/chromium_org/content/browser/download/ | |
download_item_impl.h | 425 GURL tab_url_; member in class:content::DownloadItemImpl |
download_item_impl.cc | 182 tab_url_(info.tab_url), 560 return tab_url_; [all...] |