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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 106 download_protection_service() const { function in class:SafeBrowsingService
safe_browsing_service.cc 29 #include "chrome/browser/safe_browsing/download_protection_service.h"
291 (download_protection_service() &&
292 download_protection_service()->enabled());
download_protection_service_unittest.cc 5 #include "chrome/browser/safe_browsing/download_protection_service.h"
203 download_service_ = sb_service_->download_protection_service();
    [all...]
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 507 if (sb_service && sb_service->download_protection_service() &&
509 return sb_service->download_protection_service();
download_shelf_context_menu.cc 13 #include "chrome/browser/safe_browsing/download_protection_service.h"
205 (sb_service ? sb_service->download_protection_service() : NULL);
download_browsertest.cc 50 #include "chrome/browser/safe_browsing/download_protection_service.h"
3273 safe_browsing::DownloadProtectionService* download_protection_service = local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc 28 #include "chrome/browser/safe_browsing/download_protection_service.h"
    [all...]

Completed in 807 milliseconds