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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 127 virtual bool GetValidCachedResult(const GURL& url, bool* is_phishing);
client_side_detection_service_unittest.cc 196 EXPECT_TRUE(csd_service_->GetValidCachedResult(
199 EXPECT_FALSE(csd_service_->GetValidCachedResult(
201 EXPECT_TRUE(csd_service_->GetValidCachedResult(
435 EXPECT_TRUE(csd_service_->GetValidCachedResult(url, &is_phishing));
client_side_detection_host.cc 256 if (csd_service_->GetValidCachedResult(params_.url, &is_phishing)) {
client_side_detection_service.cc 509 bool ClientSideDetectionService::GetValidCachedResult(const GURL& url,
client_side_detection_host_unittest.cc 122 MOCK_METHOD2(GetValidCachedResult, bool(const GURL&, bool*));
286 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))
    [all...]

Completed in 48 milliseconds