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

  /external/chromium/net/ocsp/
nss_ocsp.h 8 class URLRequestContext;
17 // Set URLRequestContext for OCSP handlers.
18 void SetURLRequestContextForOCSP(URLRequestContext* request_context);
19 URLRequestContext* GetURLRequestContextForOCSP();
nss_ocsp.cc 86 static void set_url_request_context(URLRequestContext* request_context) {
89 static URLRequestContext* url_request_context() {
131 // URLRequestContext for OCSP handlers.
132 static URLRequestContext* request_context_;
137 URLRequestContext* OCSPInitSingleton::request_context_ = NULL;
322 URLRequestContext* url_request_context =
457 LOG(ERROR) << "No URLRequestContext for OCSP handler.";
631 void SetURLRequestContextForOCSP(URLRequestContext* request_context) {
635 URLRequestContext* GetURLRequestContextForOCSP() {
  /external/chromium/net/url_request/
view_cache_helper.h 10 class URLRequestContext;
16 URLRequestContext* context,
20 static void GetStatisticsHTML(URLRequestContext* context,
url_request_context.h 32 class URLRequestContext :
33 public base::RefCountedThreadSafe<URLRequestContext> {
35 URLRequestContext()
103 // In general, referrer_charset is not known when URLRequestContext is
125 friend class base::RefCountedThreadSafe<URLRequestContext>;
127 virtual ~URLRequestContext() {}
154 DISALLOW_COPY_AND_ASSIGN(URLRequestContext);
url_request_new_ftp_job.h 16 class URLRequestContext;
74 scoped_refptr<URLRequestContext> context_;
url_request_view_net_internals_job.cc 50 // URLRequestContext helpers.
53 net::HostResolverImpl* GetHostResolverImpl(URLRequestContext* context) {
59 net::HostCache* GetHostCache(URLRequestContext* context) {
84 virtual void OutputBody(URLRequestContext* context, std::string* out) {}
87 void OutputRecursive(URLRequestContext* context,
179 virtual void OutputBody(URLRequestContext* context, std::string* out) {
200 virtual void OutputBody(URLRequestContext* context, std::string* out) {
217 virtual void OutputBody(URLRequestContext* context, std::string* out) {
270 virtual void OutputBody(URLRequestContext* context, std::string* out) {
373 virtual void OutputBody(URLRequestContext* context, std::string* out)
    [all...]
url_request_http_job.h 22 class URLRequestContext;
86 scoped_refptr<URLRequestContext> context_;
url_request.h 38 class URLRequestContext;
495 URLRequestContext* context();
496 void set_context(URLRequestContext* context);
569 scoped_refptr<URLRequestContext> context_;
view_cache_helper.cc 111 static disk_cache::Backend* GetDiskCache(URLRequestContext* context) {
142 URLRequestContext* context,
172 void ViewCacheHelper::GetStatisticsHTML(URLRequestContext* context,
url_request.cc 493 URLRequestContext* URLRequest::context() {
497 void URLRequest::set_context(URLRequestContext* context) {
498 scoped_refptr<URLRequestContext> prev_context = context_;
509 // what constraints the URLRequestContext is enforcing on log levels.
url_request_http_job.cc 674 URLRequestContext* context = request_->context();
807 URLRequestContext* ctx = request_->context();
url_request_unittest.cc 125 scoped_refptr<URLRequestContext> context = new URLRequestTestContext();
496 scoped_refptr<URLRequestContext> context = new URLRequestTestContext();
    [all...]
url_request_unittest.h 126 class TestURLRequestContext : public URLRequestContext {
  /external/chromium/net/proxy/
proxy_script_fetcher.h 18 class URLRequestContext;
50 virtual URLRequestContext* GetRequestContext() { return NULL; }
53 static ProxyScriptFetcher* Create(URLRequestContext* url_request_context);
proxy_script_fetcher_unittest.cc 31 class RequestContext : public URLRequestContext {
68 scoped_refptr<URLRequestContext> context = new RequestContext;
98 scoped_refptr<URLRequestContext> context = new RequestContext;
135 scoped_refptr<URLRequestContext> context = new RequestContext;
163 scoped_refptr<URLRequestContext> context = new RequestContext;
182 scoped_refptr<URLRequestContext> context = new RequestContext;
217 scoped_refptr<URLRequestContext> context = new RequestContext;
260 scoped_refptr<URLRequestContext> context = new RequestContext;
300 scoped_refptr<URLRequestContext> context = new RequestContext;
proxy_script_fetcher.cc 80 explicit ProxyScriptFetcherImpl(URLRequestContext* url_request_context);
89 virtual URLRequestContext* GetRequestContext();
120 URLRequestContext* url_request_context_;
149 URLRequestContext* url_request_context)
210 URLRequestContext* ProxyScriptFetcherImpl::GetRequestContext() {
346 URLRequestContext* url_request_context) {
proxy_service.h 22 class URLRequestContext;
162 URLRequestContext* url_request_context,
proxy_service.cc 219 URLRequestContext* url_request_context,
  /external/chromium/net/base/
https_prober.h 16 class URLRequestContext;
48 bool ProbeHost(const std::string& host, URLRequestContext* ctx,
https_prober.cc 20 bool HTTPSProber::ProbeHost(const std::string& host, URLRequestContext* ctx,
  /external/chromium/net/websockets/
websocket.h 66 URLRequestContext* context)
81 URLRequestContext* context() const { return context_; }
106 scoped_refptr<URLRequestContext> context_;
  /external/chromium/net/socket_stream/
socket_stream.h 107 URLRequestContext* context() const { return context_.get(); }
108 void set_context(URLRequestContext* context);
262 scoped_refptr<URLRequestContext> context_;
socket_stream.cc 92 void SocketStream::set_context(URLRequestContext* context) {
93 scoped_refptr<URLRequestContext> prev_context = context_;
103 // what constraints the URLRequestContext is enforcing on log levels.

Completed in 723 milliseconds