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

  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 66 MOCK_METHOD1(MatchDownloadWhitelistUrl, bool(const GURL&));
434 MatchDownloadWhitelistUrl(_)).Times(0);
436 MatchDownloadWhitelistUrl(GURL("http://www.evil.com/bla.exe")))
439 MatchDownloadWhitelistUrl(GURL("http://www.google.com/a.exe")))
519 MatchDownloadWhitelistUrl(_))
563 MatchDownloadWhitelistUrl(_))
711 MatchDownloadWhitelistUrl(_))
789 MatchDownloadWhitelistUrl(_))
    [all...]
database_manager.h 165 virtual bool MatchDownloadWhitelistUrl(const GURL& url);
database_manager.cc 353 bool SafeBrowsingDatabaseManager::MatchDownloadWhitelistUrl(const GURL& url) {
    [all...]
download_protection_service.cc 579 if (url.is_valid() && database_manager_->MatchDownloadWhitelistUrl(url)) {
    [all...]

Completed in 546 milliseconds