HomeSort by relevance Sort by last modified time
    Searched refs:ChromeURLRequestContext (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/browser/net/
chrome_dns_cert_provenance_checker.h 20 class ChromeURLRequestContext;
25 // ChromeURLRequestContext. Eventually we'll want to have the other contexts
26 // point to the main ChromeURLRequestContext, which then causes lifetime
31 ChromeURLRequestContext* url_req_context);
chrome_dns_cert_provenance_checker_factory.h 22 class ChromeURLRequestContext;
28 ChromeURLRequestContext* url_req_context);
34 ChromeURLRequestContext* url_req_context);
chrome_dns_cert_provenance_checker_factory.cc 11 ChromeURLRequestContext* url_req_context) {
view_blob_internals_job_factory.cc 25 static_cast<ChromeURLRequestContext*>(request->context())->
chrome_url_request_context.cc 33 virtual scoped_refptr<ChromeURLRequestContext> Create() = 0;
45 // Factory that creates the main ChromeURLRequestContext.
51 virtual scoped_refptr<ChromeURLRequestContext> Create() {
59 // Factory that creates the ChromeURLRequestContext for extensions.
65 virtual scoped_refptr<ChromeURLRequestContext> Create() {
73 // Factory that creates the ChromeURLRequestContext for a given isolated app.
83 virtual scoped_refptr<ChromeURLRequestContext> Create() {
96 // Factory that creates the ChromeURLRequestContext for media.
103 virtual scoped_refptr<ChromeURLRequestContext> Create() {
145 // Lazily create a ChromeURLRequestContext using our factory
    [all...]
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);
173 // create the ChromeURLRequestContext. If |profile| is non-NULL, then the
194 // ChromeURLRequestContext* rather than a net::URLRequestContext*.
195 ChromeURLRequestContext* GetIOContext() {
196 return reinterpret_cast<ChromeURLRequestContext*>(GetURLRequestContext());
257 // ChromeURLRequestContext
    [all...]
blob_url_request_job_factory.cc 28 data = static_cast<ChromeURLRequestContext*>(request->context())->
file_system_url_request_job_factory.cc 19 static_cast<ChromeURLRequestContext*>(request->context())
chrome_dns_cert_provenance_checker.cc 20 ChromeURLRequestContext* url_req_context)
103 ChromeURLRequestContext* const url_req_context_;
113 ChromeURLRequestContext* url_req_context) {
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 53 // that reference its members. When an accessor for a ChromeURLRequestContext is
55 // ChromeURLRequestContext and the ChromeURLRequestContext will acquire a
59 // initialize its members on the first invocation of a ChromeURLRequestContext
64 // they get called, from ProfileIOData owning ChromeURLRequestContext to vice
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
    [all...]
off_the_record_profile_io_data.h 16 class ChromeURLRequestContext;
92 scoped_refptr<ChromeURLRequestContext> main_context,
94 virtual scoped_refptr<ChromeURLRequestContext>
96 virtual scoped_refptr<ChromeURLRequestContext>
98 scoped_refptr<ChromeURLRequestContext> main_context,
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,
profile_io_data.cc 217 scoped_refptr<ChromeURLRequestContext>
226 scoped_refptr<ChromeURLRequestContext>
229 scoped_refptr<ChromeURLRequestContext> context =
235 scoped_refptr<ChromeURLRequestContext>
245 scoped_refptr<ChromeURLRequestContext>
247 scoped_refptr<ChromeURLRequestContext> main_context,
250 scoped_refptr<ChromeURLRequestContext> context =
328 ChromeURLRequestContext* context) const {
off_the_record_profile_io_data.cc 121 ChromeURLRequestContext* main_context = main_request_context();
122 ChromeURLRequestContext* extensions_context = extensions_request_context();
186 scoped_refptr<ChromeURLRequestContext> main_context,
215 scoped_refptr<ChromeURLRequestContext>
221 scoped_refptr<ChromeURLRequestContext>
223 scoped_refptr<ChromeURLRequestContext> main_context,
profile_impl_io_data.cc 166 ChromeURLRequestContext* main_context = main_request_context();
167 ChromeURLRequestContext* extensions_context = extensions_request_context();
293 scoped_refptr<ChromeURLRequestContext> main_context,
357 scoped_refptr<ChromeURLRequestContext>
360 scoped_refptr<ChromeURLRequestContext> context = media_request_context_;
366 scoped_refptr<ChromeURLRequestContext>
368 scoped_refptr<ChromeURLRequestContext> main_context,
  /external/chromium/chrome/browser/extensions/
extension_protocols.cc 82 ChromeURLRequestContext* context,
117 ChromeURLRequestContext* context =
118 static_cast<ChromeURLRequestContext*>(request->context());
184 ChromeURLRequestContext* context =
185 static_cast<ChromeURLRequestContext*>(request->context());
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.h 15 class ChromeURLRequestContext;
39 ChromeURLRequestContext* context,
prerender_resource_handler.cc 54 ChromeURLRequestContext* context,
  /external/chromium/chrome/browser/ui/webui/
devtools_ui.cc 92 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>(
chrome_url_data_manager_backend.cc 35 return static_cast<ChromeURLRequestContext*>(request->context())->
115 // The backend is owned by ChromeURLRequestContext and always outlives us.
211 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>(
chrome_url_data_manager.cc 37 static_cast<ChromeURLRequestContext*>(
  /external/chromium/chrome/browser/
browsing_data_appcache_helper.cc 97 ChromeURLRequestContext* request_context =
98 reinterpret_cast<ChromeURLRequestContext*>(
browsing_data_remover.cc 513 ChromeURLRequestContext* request_context =
514 reinterpret_cast<ChromeURLRequestContext*>(
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.cc 110 ChromeURLRequestContext* url_request_context =
111 static_cast<ChromeURLRequestContext*>(request_->context());
chrome_render_message_filter.cc 185 ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>(

Completed in 3455 milliseconds