OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_thread_globals
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/profiles/
profile_impl_io_data.cc
171
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
195
io_thread_globals
->host_resolver.get());
197
io_thread_globals
->host_resolver.get());
199
io_thread_globals
->cert_verifier.get());
201
io_thread_globals
->cert_verifier.get());
203
io_thread_globals
->dnsrr_resolver.get());
205
io_thread_globals
->dnsrr_resolver.get());
207
io_thread_globals
->http_auth_handler_factory.get());
209
io_thread_globals
->http_auth_handler_factory.get());
286
new net::FtpNetworkLayer(
io_thread_globals
->host_resolver.get()))
[
all
...]
off_the_record_profile_io_data.cc
125
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
139
io_thread_globals
->host_resolver.get());
141
io_thread_globals
->cert_verifier.get());
143
io_thread_globals
->dnsrr_resolver.get());
145
io_thread_globals
->http_auth_handler_factory.get());
profile_io_data.cc
278
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
292
io_thread_globals
->extension_event_router_forwarder.get(),
298
CreateDnsCertProvenanceChecker(
io_thread_globals
->dnsrr_resolver.get(),
304
io_thread_globals
->proxy_script_fetcher_context.get(),
314
resource_context_.set_host_resolver(
io_thread_globals
->host_resolver.get());
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc
168
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
179
io_thread_globals
->host_resolver.get());
181
io_thread_globals
->http_auth_handler_factory.get());
187
io_thread_globals
->throttler_manager.get());
241
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
250
io_thread_globals
->throttler_manager.get());
356
IOThread::Globals*
io_thread_globals
) const {
profile_impl_io_data.cc
387
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
411
io_thread_globals
->host_resolver.get());
413
io_thread_globals
->cert_transparency_verifier.get());
415
io_thread_globals
->http_auth_handler_factory.get());
421
io_thread_globals
->throttler_manager.get());
499
new net::FtpNetworkLayer(
io_thread_globals
->host_resolver.get()));
529
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
537
io_thread_globals
->throttler_manager.get());
739
IOThread::Globals*
io_thread_globals
) const {
740
return
io_thread_globals
->load_time_stats.get()
[
all
...]
off_the_record_profile_io_data.h
135
IOThread::Globals*
io_thread_globals
) const OVERRIDE;
profile_io_data.cc
954
IOThread::Globals* const
io_thread_globals
= io_thread->globals();
member in class:IOThread
[
all
...]
profile_impl_io_data.h
176
IOThread::Globals*
io_thread_globals
) const OVERRIDE;
profile_io_data.h
452
IOThread::Globals*
io_thread_globals
) const = 0;
/external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper_unittest.cc
154
IOThread::Globals*
io_thread_globals
) const OVERRIDE {
[
all
...]
Completed in 1249 milliseconds