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

  /external/chromium_org/content/browser/download/
download_item_impl.h 425 GURL tab_url_; member in class:content::DownloadItemImpl
  /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...]

Completed in 217 milliseconds