Home
last modified time | relevance | path

Searched refs:ChromeURLRequestContext (Results 1 – 25 of 25) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.h66 scoped_refptr<ChromeURLRequestContext> GetMainRequestContext() const;
67 scoped_refptr<ChromeURLRequestContext> GetMediaRequestContext() const;
68 scoped_refptr<ChromeURLRequestContext> GetExtensionsRequestContext() const;
69 scoped_refptr<ChromeURLRequestContext> GetIsolatedAppRequestContext(
70 scoped_refptr<ChromeURLRequestContext> main_context,
77 class RequestContext : public ChromeURLRequestContext {
128 void ApplyProfileParamsToContext(ChromeURLRequestContext* context) const;
159 ChromeURLRequestContext* main_request_context() const { in main_request_context()
163 ChromeURLRequestContext* extensions_request_context() const { in extensions_request_context()
190 scoped_refptr<ChromeURLRequestContext> main_context,
[all …]
Doff_the_record_profile_io_data.h16 class ChromeURLRequestContext; variable
92 scoped_refptr<ChromeURLRequestContext> main_context,
94 virtual scoped_refptr<ChromeURLRequestContext>
96 virtual scoped_refptr<ChromeURLRequestContext>
98 scoped_refptr<ChromeURLRequestContext> main_context,
Doff_the_record_profile_io_data.cc121 ChromeURLRequestContext* main_context = main_request_context(); in LazyInitializeInternal()
122 ChromeURLRequestContext* extensions_context = extensions_request_context(); in LazyInitializeInternal()
186 scoped_refptr<ChromeURLRequestContext> main_context, in InitializeAppRequestContext()
215 scoped_refptr<ChromeURLRequestContext>
221 scoped_refptr<ChromeURLRequestContext>
223 scoped_refptr<ChromeURLRequestContext> main_context, in AcquireIsolatedAppRequestContext()
Dprofile_io_data.cc217 scoped_refptr<ChromeURLRequestContext>
226 scoped_refptr<ChromeURLRequestContext>
229 scoped_refptr<ChromeURLRequestContext> context = in GetMediaRequestContext()
235 scoped_refptr<ChromeURLRequestContext>
245 scoped_refptr<ChromeURLRequestContext>
247 scoped_refptr<ChromeURLRequestContext> main_context, in GetIsolatedAppRequestContext()
250 scoped_refptr<ChromeURLRequestContext> context = in GetIsolatedAppRequestContext()
328 ChromeURLRequestContext* context) const { in ApplyProfileParamsToContext()
Dprofile_impl_io_data.h111 scoped_refptr<ChromeURLRequestContext> main_context,
113 virtual scoped_refptr<ChromeURLRequestContext>
115 virtual scoped_refptr<ChromeURLRequestContext>
117 scoped_refptr<ChromeURLRequestContext> main_context,
Dprofile_impl_io_data.cc166 ChromeURLRequestContext* main_context = main_request_context(); in LazyInitializeInternal()
167 ChromeURLRequestContext* extensions_context = extensions_request_context(); in LazyInitializeInternal()
293 scoped_refptr<ChromeURLRequestContext> main_context, in InitializeAppRequestContext()
357 scoped_refptr<ChromeURLRequestContext>
360 scoped_refptr<ChromeURLRequestContext> context = media_request_context_; in AcquireMediaRequestContext()
366 scoped_refptr<ChromeURLRequestContext>
368 scoped_refptr<ChromeURLRequestContext> main_context, in AcquireIsolatedAppRequestContext()
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.cc33 virtual scoped_refptr<ChromeURLRequestContext> Create() = 0;
51 virtual scoped_refptr<ChromeURLRequestContext> Create() { in Create()
65 virtual scoped_refptr<ChromeURLRequestContext> Create() { in Create()
83 virtual scoped_refptr<ChromeURLRequestContext> Create() { in Create()
103 virtual scoped_refptr<ChromeURLRequestContext> Create() { in Create()
366 ChromeURLRequestContext::ChromeURLRequestContext() in ChromeURLRequestContext() function in ChromeURLRequestContext
371 void ChromeURLRequestContext::CopyFrom(ChromeURLRequestContext* other) { in CopyFrom()
388 ChromeURLRequestContext::GetChromeURLDataManagerBackend() { in GetChromeURLDataManagerBackend()
394 ChromeURLRequestContext::~ChromeURLRequestContext() { in ~ChromeURLRequestContext()
422 const std::string& ChromeURLRequestContext::GetUserAgent( in GetUserAgent()
[all …]
Dchrome_url_request_context.h44 class ChromeURLRequestContext : public net::URLRequestContext {
46 ChromeURLRequestContext();
49 void CopyFrom(ChromeURLRequestContext* other);
131 virtual ~ChromeURLRequestContext();
160 DISALLOW_COPY_AND_ASSIGN(ChromeURLRequestContext);
195 ChromeURLRequestContext* GetIOContext() { in GetIOContext()
196 return reinterpret_cast<ChromeURLRequestContext*>(GetURLRequestContext()); in GetIOContext()
Dchrome_dns_cert_provenance_checker_factory.h22 class ChromeURLRequestContext; variable
28 ChromeURLRequestContext* url_req_context);
34 ChromeURLRequestContext* url_req_context);
Dchrome_dns_cert_provenance_checker.h20 class ChromeURLRequestContext; variable
31 ChromeURLRequestContext* url_req_context);
Dchrome_dns_cert_provenance_checker.cc20 ChromeURLRequestContext* url_req_context) in ChromeDnsCertProvenanceChecker()
103 ChromeURLRequestContext* const url_req_context_;
113 ChromeURLRequestContext* url_req_context) { in CreateChromeDnsCertProvenanceChecker()
Dchrome_dns_cert_provenance_checker_factory.cc11 ChromeURLRequestContext* url_req_context) { in CreateDnsCertProvenanceChecker()
Dview_blob_internals_job_factory.cc25 static_cast<ChromeURLRequestContext*>(request->context())-> in CreateJobForRequest()
Dblob_url_request_job_factory.cc28 data = static_cast<ChromeURLRequestContext*>(request->context())-> in BlobURLRequestJobFactory()
Dfile_system_url_request_job_factory.cc19 static_cast<ChromeURLRequestContext*>(request->context()) in FileSystemURLRequestJobFactory()
/external/chromium/chrome/browser/extensions/
Dextension_protocols.cc82 ChromeURLRequestContext* context, in AllowExtensionResourceLoad()
117 ChromeURLRequestContext* context = in CreateExtensionURLRequestJob()
118 static_cast<ChromeURLRequestContext*>(request->context()); in CreateExtensionURLRequestJob()
184 ChromeURLRequestContext* context = in CreateUserScriptURLRequestJob()
185 static_cast<ChromeURLRequestContext*>(request->context()); in CreateUserScriptURLRequestJob()
/external/chromium/chrome/browser/ui/webui/
Ddevtools_ui.cc92 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>( in RegisterDevToolsDataSource()
Dchrome_url_data_manager_backend.cc35 return static_cast<ChromeURLRequestContext*>(request->context())-> in GetBackend()
211 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>( in StartRequest()
Dchrome_url_data_manager.cc37 static_cast<ChromeURLRequestContext*>( in AddDataSourceOnIOThread()
/external/chromium/chrome/browser/prerender/
Dprerender_resource_handler.h15 class ChromeURLRequestContext; variable
39 ChromeURLRequestContext* context,
Dprerender_resource_handler.cc54 ChromeURLRequestContext* context, in MaybeCreate()
/external/chromium/chrome/browser/
Dbrowsing_data_appcache_helper.cc97 ChromeURLRequestContext* request_context = in GetAppCacheService()
98 reinterpret_cast<ChromeURLRequestContext*>( in GetAppCacheService()
Dbrowsing_data_remover.cc513 ChromeURLRequestContext* request_context = in GetAppCacheService()
514 reinterpret_cast<ChromeURLRequestContext*>( in GetAppCacheService()
/external/chromium/chrome/browser/renderer_host/
Doffline_resource_handler.cc110 ChromeURLRequestContext* url_request_context = in OnWillStart()
111 static_cast<ChromeURLRequestContext*>(request_->context()); in OnWillStart()
Dchrome_render_message_filter.cc185 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>( in OnGetExtensionMessageBundle()