Searched refs:MockSSLConfigService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/ssl/
H A Dssl_config_service_unittest.cc17 class MockSSLConfigService : public SSLConfigService { class in namespace:net::__anon9633
19 explicit MockSSLConfigService(const SSLConfig& config) : config_(config) {} function in class:net::__anon9633::MockSSLConfigService
35 virtual ~MockSSLConfigService() {}
57 scoped_refptr<MockSSLConfigService> mock_service(
58 new MockSSLConfigService(initial_config));
75 scoped_refptr<MockSSLConfigService> mock_service(
76 new MockSSLConfigService(initial_config));
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc249 class MockSSLConfigService : public SSLConfigService { class in namespace:net::__anon9840
254 virtual ~MockSSLConfigService() {}
460 ssl_config_service_ = new MockSSLConfigService();
536 scoped_refptr<MockSSLConfigService> ssl_config_service_;

Completed in 155 milliseconds