OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSLConfigService
(Results
26 - 50
of
95
) sorted by null
1
2
3
4
/external/chromium/net/socket/
client_socket_pool_manager.h
44
class
SSLConfigService
;
80
SSLConfigService
* ssl_config_service);
176
const scoped_refptr<
SSLConfigService
> ssl_config_service_;
ssl_client_socket_pool.h
179
public
SSLConfigService
::Observer {
196
SSLConfigService
* ssl_config_service,
243
//
SSLConfigService
::Observer methods:
293
const scoped_refptr<
SSLConfigService
> ssl_config_service_;
/external/chromium_org/net/url_request/
url_request_context.h
113
SSLConfigService
* ssl_config_service() const {
116
void set_ssl_config_service(
SSLConfigService
* service) {
227
scoped_refptr<
SSLConfigService
> ssl_config_service_;
url_request_context_storage.cc
75
SSLConfigService
* ssl_config_service) {
/external/chromium/chrome/browser/
io_thread.h
43
class
SSLConfigService
;
60
scoped_refptr<net::
SSLConfigService
> ssl_config_service;
73
//
SSLConfigService
is provided that doesn't rely on
/external/chromium_org/net/ssl/
ssl_config_service_unittest.cc
17
class MockSSLConfigService : public
SSLConfigService
{
21
//
SSLConfigService
implementation
40
class MockSSLConfigServiceObserver : public
SSLConfigService
::Observer {
/external/chromium/chrome/browser/net/
connection_tester_unittest.cc
109
scoped_refptr<net::
SSLConfigService
> ssl_config_service_;
123
ssl_config_service_ = net::
SSLConfigService
::CreateSystemSSLConfigService();
/external/chromium/chrome/browser/profiles/
profile_io_data.h
37
class
SSLConfigService
;
107
scoped_refptr<net::
SSLConfigService
> ssl_config_service;
profile.h
39
class
SSLConfigService
;
399
// Returns the
SSLConfigService
for this profile.
400
virtual net::
SSLConfigService
* GetSSLConfigService() = 0;
/external/chromium_org/chrome/browser/profiles/
profile.h
64
class
SSLConfigService
;
233
// Returns the
SSLConfigService
for this profile.
234
virtual net::
SSLConfigService
* GetSSLConfigService() = 0;
off_the_record_profile_impl.h
57
virtual net::
SSLConfigService
* GetSSLConfigService() OVERRIDE;
profile_io_data.h
57
class
SSLConfigService
;
268
scoped_refptr<net::
SSLConfigService
> ssl_config_service;
/external/chromium/net/url_request/
url_request_context_storage.cc
69
SSLConfigService
* ssl_config_service) {
/external/chromium_org/chrome/browser/
io_thread.h
58
class
SSLConfigService
;
123
scoped_refptr<net::
SSLConfigService
> ssl_config_service;
257
// Returns an
SSLConfigService
instance.
258
net::
SSLConfigService
* GetSSLConfigService();
/external/chromium_org/net/socket/
ssl_client_socket_pool.h
179
public
SSLConfigService
::Observer {
199
SSLConfigService
* ssl_config_service,
259
//
SSLConfigService
::Observer implementation.
303
const scoped_refptr<
SSLConfigService
> ssl_config_service_;
/external/chromium/net/http/
http_network_layer_unittest.cc
41
const scoped_refptr<
SSLConfigService
> ssl_config_service_;
http_cache.h
57
class
SSLConfigService
;
126
SSLConfigService
* ssl_config_service,
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper_unittest.cc
21
public net::
SSLConfigService
::Observer {
55
// net::
SSLConfigService
::Observer implementation:
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h
77
virtual net::
SSLConfigService
* GetSSLConfigService() OVERRIDE;
fake_profile.cc
138
net::
SSLConfigService
* FakeProfile::GetSSLConfigService() {
/external/chromium/android/autofill/
profile_android.h
56
class
SSLConfigService
;
186
virtual net::
SSLConfigService
* GetSSLConfigService() { NOTREACHED(); return NULL; }
/external/chromium/net/socket_stream/
socket_stream.h
37
class
SSLConfigService
;
267
SSLConfigService
* ssl_config_service() const;
/external/chromium/net/tools/fetch/
fetch_client.cc
147
scoped_refptr<net::
SSLConfigService
> ssl_config_service(
148
net::
SSLConfigService
::CreateSystemSSLConfigService());
/external/chromium_org/chrome/browser/net/
crl_set_fetcher.cc
100
scoped_refptr<net::CRLSet> old_crl_set(net::
SSLConfigService
::GetCRLSet());
107
net::
SSLConfigService
::SetCRLSet(crl_set);
connection_tester_unittest.cc
115
scoped_refptr<net::
SSLConfigService
> ssl_config_service_;
Completed in 3147 milliseconds
1
2
3
4