Searched refs:MockSafeBrowsingService (Results 1 – 2 of 2) sorted by relevance
69 class MockSafeBrowsingService : public SafeBrowsingService { class71 MockSafeBrowsingService() {} in MockSafeBrowsingService() function in safe_browsing::MockSafeBrowsingService72 virtual ~MockSafeBrowsingService() {} in ~MockSafeBrowsingService()90 DISALLOW_COPY_AND_ASSIGN(MockSafeBrowsingService);132 sb_service_ = new StrictMock<MockSafeBrowsingService>(); in SetUp()210 scoped_refptr<StrictMock<MockSafeBrowsingService> > sb_service_;329 &MockSafeBrowsingService::InvokeOnBlockingPageComplete, in TEST_F()409 &MockSafeBrowsingService::InvokeOnBlockingPageComplete, in TEST_F()
137 class MockSafeBrowsingService : public SafeBrowsingService { class139 MockSafeBrowsingService() {} in MockSafeBrowsingService() function in __anon2dab52010111::MockSafeBrowsingService140 virtual ~MockSafeBrowsingService() {} in ~MockSafeBrowsingService()158 DISALLOW_COPY_AND_ASSIGN(MockSafeBrowsingService);168 sb_service_(new MockSafeBrowsingService()) { in MalwareDetailsTest()283 scoped_refptr<MockSafeBrowsingService> sb_service_;