/external/chromium/chrome/browser/profiles/ |
D | profile_io_data.h | 66 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 …]
|
D | off_the_record_profile_io_data.h | 16 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,
|
D | off_the_record_profile_io_data.cc | 121 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()
|
D | profile_io_data.cc | 217 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()
|
D | profile_impl_io_data.h | 111 scoped_refptr<ChromeURLRequestContext> main_context, 113 virtual scoped_refptr<ChromeURLRequestContext> 115 virtual scoped_refptr<ChromeURLRequestContext> 117 scoped_refptr<ChromeURLRequestContext> main_context,
|
D | profile_impl_io_data.cc | 166 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/ |
D | chrome_url_request_context.cc | 33 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 …]
|
D | chrome_url_request_context.h | 44 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()
|
D | chrome_dns_cert_provenance_checker_factory.h | 22 class ChromeURLRequestContext; variable 28 ChromeURLRequestContext* url_req_context); 34 ChromeURLRequestContext* url_req_context);
|
D | chrome_dns_cert_provenance_checker.h | 20 class ChromeURLRequestContext; variable 31 ChromeURLRequestContext* url_req_context);
|
D | chrome_dns_cert_provenance_checker.cc | 20 ChromeURLRequestContext* url_req_context) in ChromeDnsCertProvenanceChecker() 103 ChromeURLRequestContext* const url_req_context_; 113 ChromeURLRequestContext* url_req_context) { in CreateChromeDnsCertProvenanceChecker()
|
D | chrome_dns_cert_provenance_checker_factory.cc | 11 ChromeURLRequestContext* url_req_context) { in CreateDnsCertProvenanceChecker()
|
D | view_blob_internals_job_factory.cc | 25 static_cast<ChromeURLRequestContext*>(request->context())-> in CreateJobForRequest()
|
D | blob_url_request_job_factory.cc | 28 data = static_cast<ChromeURLRequestContext*>(request->context())-> in BlobURLRequestJobFactory()
|
D | file_system_url_request_job_factory.cc | 19 static_cast<ChromeURLRequestContext*>(request->context()) in FileSystemURLRequestJobFactory()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_protocols.cc | 82 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/ |
D | devtools_ui.cc | 92 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>( in RegisterDevToolsDataSource()
|
D | chrome_url_data_manager_backend.cc | 35 return static_cast<ChromeURLRequestContext*>(request->context())-> in GetBackend() 211 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>( in StartRequest()
|
D | chrome_url_data_manager.cc | 37 static_cast<ChromeURLRequestContext*>( in AddDataSourceOnIOThread()
|
/external/chromium/chrome/browser/prerender/ |
D | prerender_resource_handler.h | 15 class ChromeURLRequestContext; variable 39 ChromeURLRequestContext* context,
|
D | prerender_resource_handler.cc | 54 ChromeURLRequestContext* context, in MaybeCreate()
|
/external/chromium/chrome/browser/ |
D | browsing_data_appcache_helper.cc | 97 ChromeURLRequestContext* request_context = in GetAppCacheService() 98 reinterpret_cast<ChromeURLRequestContext*>( in GetAppCacheService()
|
D | browsing_data_remover.cc | 513 ChromeURLRequestContext* request_context = in GetAppCacheService() 514 reinterpret_cast<ChromeURLRequestContext*>( in GetAppCacheService()
|
/external/chromium/chrome/browser/renderer_host/ |
D | offline_resource_handler.cc | 110 ChromeURLRequestContext* url_request_context = in OnWillStart() 111 static_cast<ChromeURLRequestContext*>(request_->context()); in OnWillStart()
|
D | chrome_render_message_filter.cc | 185 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>( in OnGetExtensionMessageBundle()
|