HomeSort by relevance Sort by last modified time
    Searched refs:tab_url_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 282 tab_url_(item->GetTabUrl()),
619 if (!tab_url_.is_valid()) {
633 tab_url_,
644 DCHECK_EQ(url, tab_url_);
695 if (tab_url_.is_valid()) {
697 resource->set_url(tab_url_.spec());
836 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...]

Completed in 1034 milliseconds