OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetSSLConfigService
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc
138
net::SSLConfigService* FakeProfile::
GetSSLConfigService
() {
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc
342
net::SSLConfigService* OffTheRecordProfileImpl::
GetSSLConfigService
() {
343
return profile_->
GetSSLConfigService
();
profile_impl.cc
[
all
...]
/external/chromium_org/chrome/browser/
io_thread.cc
578
globals_->ssl_config_service =
GetSSLConfigService
();
[
all
...]
/external/chromium/android/autofill/
profile_android.h
186
virtual net::SSLConfigService*
GetSSLConfigService
() { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/profiles/
profile.cc
441
virtual net::SSLConfigService*
GetSSLConfigService
() {
442
return profile_->
GetSSLConfigService
();
profile_impl.cc
[
all
...]
/external/chromium_org/chrome/test/base/
testing_profile.cc
747
net::SSLConfigService* TestingProfile::
GetSSLConfigService
() {
Completed in 1314 milliseconds