Home
last modified time | relevance | path

Searched refs:MockSafeBrowsingService (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_host_unittest.cc69 class MockSafeBrowsingService : public SafeBrowsingService { class
71 MockSafeBrowsingService() {} in MockSafeBrowsingService() function in safe_browsing::MockSafeBrowsingService
72 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()
Dmalware_details_unittest.cc137 class MockSafeBrowsingService : public SafeBrowsingService { class
139 MockSafeBrowsingService() {} in MockSafeBrowsingService() function in __anon2dab52010111::MockSafeBrowsingService
140 virtual ~MockSafeBrowsingService() {} in ~MockSafeBrowsingService()
158 DISALLOW_COPY_AND_ASSIGN(MockSafeBrowsingService);
168 sb_service_(new MockSafeBrowsingService()) { in MalwareDetailsTest()
283 scoped_refptr<MockSafeBrowsingService> sb_service_;