Searched refs:TestSafeBrowsingServiceFactory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc137 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory { class in namespace:__anon4620
139 explicit TestSafeBrowsingServiceFactory(const std::string& url_prefix) function in class:__anon4620::TestSafeBrowsingServiceFactory
272 sb_factory_.reset(new TestSafeBrowsingServiceFactory(url_prefix));
314 scoped_ptr<TestSafeBrowsingServiceFactory> sb_factory_;
H A Dsafe_browsing_blocking_page_test.cc212 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory { class in namespace:__anon4608
214 TestSafeBrowsingServiceFactory() : function in class:__anon4608::TestSafeBrowsingServiceFactory
216 virtual ~TestSafeBrowsingServiceFactory() { }
617 TestSafeBrowsingServiceFactory factory_;
H A Dsafe_browsing_service_browsertest.cc96 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory { class in namespace:__anon4613
98 explicit TestSafeBrowsingServiceFactory(const std::string& url_prefix) function in class:__anon4613::TestSafeBrowsingServiceFactory
390 sb_factory_.reset(new TestSafeBrowsingServiceFactory(
498 scoped_ptr<TestSafeBrowsingServiceFactory> sb_factory_;
1004 sb_factory_.reset(new TestSafeBrowsingServiceFactory(url_prefix.spec()));
1100 scoped_ptr<TestSafeBrowsingServiceFactory> sb_factory_;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc747 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory { class in namespace:prerender::__anon4458
749 TestSafeBrowsingServiceFactory() : function in class:prerender::__anon4458::TestSafeBrowsingServiceFactory
751 virtual ~TestSafeBrowsingServiceFactory() { }
1050 safe_browsing_factory_(new TestSafeBrowsingServiceFactory()),
1754 scoped_ptr<TestSafeBrowsingServiceFactory> safe_browsing_factory_;

Completed in 3464 milliseconds