HomeSort by relevance Sort by last modified time
    Searched full:set_context (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/net/socket_stream/
socket_stream_job.h 50 void set_context(URLRequestContext* context) { function in class:net::SocketStreamJob
51 socket_->set_context(context);
socket_stream_unittest.cc 246 socket_stream->set_context(new TestURLRequestContext());
337 socket_stream->set_context(new TestURLRequestContext("myproxy:70"));
socket_stream.h 116 void set_context(URLRequestContext* context);
socket_stream.cc 98 void SocketStream::set_context(URLRequestContext* context) { function in class:net::SocketStream
249 set_context(NULL);
    [all...]
  /external/chromium/net/url_request/
https_prober.cc 38 req->set_context(ctx);
url_request_unittest.cc 198 r.set_context(context);
256 r.set_context(
284 r.set_context(context);
316 r.set_context(context);
345 r.set_context(context);
370 r.set_context(
728 r.set_context(context);
738 r.set_context(context);
    [all...]
url_request.cc 144 set_context(NULL);
645 void URLRequest::set_context(URLRequestContext* context) { function in class:net::URLRequest
url_request_test_util.cc 100 set_context(new TestURLRequestContext());
url_request.h 546 void set_context(URLRequestContext* context);
  /external/chromium/chrome/browser/net/
chrome_dns_cert_provenance_checker.cc 52 url_request->set_context(url_req_context_);
connection_tester.cc 351 request_->set_context(context);
  /external/chromium/chrome/browser/
plugin_download_helper.cc 41 download_file_request_->set_context(request_context);
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.cc 140 cur_request_->set_context(url_request_context_);
  /external/v8/src/
bootstrapper.cc 299 JSGlobalProxy::cast(env->global_proxy())->set_context(*factory->null_value());
314 global->set_context(*env);
652 isolate->set_context(*global_context());
774 global_proxy->set_context(*global_context());
    [all...]
factory.cc 436 result->set_context(*context);
912 fun->set_context(isolate()->context()->global_context());
937 fun->set_context(isolate()->context()->global_context());
    [all...]
isolate.h 535 void set_context(Context* context) { function in class:v8::internal::Isolate
    [all...]
debug.h 893 isolate_->set_context(*debug->debug_context());
    [all...]
runtime.cc     [all...]
  /frameworks/base/media/libstagefright/chromium_http/
support.cpp 474 mURLRequest->set_context(gReqContext);
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 165 request->set_context(
  /external/chromium/chrome/common/net/
url_fetcher.cc 379 request_->set_context(request_context_getter_->GetURLRequestContext());
  /external/chromium/net/websockets/
websocket.cc 55 socket_stream_->set_context(request_->context());
websocket_job_unittest.cc 194 websocket_->set_context(context_.get());
  /external/chromium/net/ocsp/
nss_ocsp.cc 366 request_->set_context(url_request_context);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 189 m_request->set_context(context);

Completed in 662 milliseconds

1 2