OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_context
(Results
1 - 25
of
30
) 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);
649
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
328
JSGlobalProxy::cast(env->global_proxy())->
set_context
(*factory->null_value());
343
global->
set_context
(*env);
686
isolate()->
set_context
(*global_context());
803
global_proxy->
set_context
(*global_context());
[
all
...]
factory.cc
544
result->
set_context
(*context);
[
all
...]
isolate.h
519
void
set_context
(Context* context) {
function in class:v8::internal::Isolate
[
all
...]
runtime.cc
[
all
...]
debug.cc
828
isolate_->
set_context
(*context);
[
all
...]
/frameworks/av/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
206
m_request->
set_context
(context);
Completed in 822 milliseconds
1
2