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

  /external/chromium/net/url_request/
url_request_unittest.cc 130 r.set_context(context);
168 r.set_context(new TestURLRequestContext(proxy));
193 r.set_context(new TestURLRequestContext(proxy));
502 r.set_context(context);
512 r.set_context(context);
    [all...]
url_request_unittest.h 178 set_context(new TestURLRequestContext());
576 request->set_context(new TestURLRequestContext());
716 request.set_context(new TestURLRequestContext());
url_request.cc 64 set_context(NULL);
497 void URLRequest::set_context(URLRequestContext* context) { function in class:URLRequest
url_request.h 496 void set_context(URLRequestContext* context);
  /external/chromium/net/base/
https_prober.cc 32 req->set_context(ctx);
  /external/v8/src/
top.h 149 static void set_context(Context* context) { function in class:v8::internal::Top
409 Top::set_context(*context_);
bootstrapper.cc 310 JSGlobalProxy::cast(env->global_proxy())->set_context(*Factory::null_value());
325 global->set_context(*env);
483 Top::set_context(*global_context());
596 global_proxy->set_context(*global_context());
    [all...]
factory.cc 308 result->set_context(*context);
716 fun->set_context(Top::context()->global_context());
    [all...]
debug.h 737 Top::set_context(*Debug::debug_context());
runtime.cc     [all...]
debug.cc 751 Top::set_context(*context);
    [all...]
objects-inl.h     [all...]
api.cc 479 i::Top::set_context(*env);
493 i::Top::set_context(last_context);
    [all...]
heap.cc     [all...]
objects.h     [all...]
  /external/chromium/net/proxy/
proxy_script_fetcher.cc 177 cur_request_->set_context(url_request_context_);
  /external/chromium/net/socket_stream/
socket_stream.h 108 void set_context(URLRequestContext* context);
socket_stream_unittest.cc 196 socket_stream->set_context(new TestURLRequestContext("myproxy:70"));
socket_stream.cc 76 set_context(NULL);
92 void SocketStream::set_context(URLRequestContext* context) { function in class:net::SocketStream
  /external/chromium/net/websockets/
websocket.cc 64 socket_stream_->set_context(request_->context());
  /external/chromium/net/ocsp/
nss_ocsp.cc 335 request_->set_context(url_request_context);

Completed in 312 milliseconds