Searched refs:IsInCache (Results 1 – 5 of 5) sorted by relevance
268 EXPECT_TRUE(csd_service_->IsInCache(url)); in TEST_F()271 EXPECT_FALSE(csd_service_->IsInCache(second_url)); in TEST_F()
106 virtual bool IsInCache(const GURL& url);
194 if (csd_service_->IsInCache(params_.url)) { in CheckCache()
62 MOCK_METHOD1(IsInCache, bool(const GURL&));189 EXPECT_CALL(*csd_service_, IsInCache(url)).WillOnce(Return(*is_in_cache)); in ExpectPreClassificationChecks()
360 bool ClientSideDetectionService::IsInCache(const GURL& url) { in IsInCache() function in safe_browsing::ClientSideDetectionService