OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:baseline_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/internal_api/
http_bridge.cc
42
net::URLRequestContext*
baseline_context
=
local
45
new RequestContext(
baseline_context
, GetNetworkTaskRunner(),
119
net::URLRequestContext*
baseline_context
,
123
: baseline_context_(
baseline_context
),
132
set_host_resolver(
baseline_context
->host_resolver());
133
set_proxy_service(
baseline_context
->proxy_service());
134
set_ssl_config_service(
baseline_context
->ssl_config_service());
144
baseline_context
->http_transaction_factory()->GetSession();
156
if (
baseline_context
->http_user_agent_settings()) {
158
baseline_context
->http_user_agent_settings()->GetAcceptLanguage()
[
all
...]
/external/chromium_org/sync/internal_api/public/
http_bridge.h
59
// |
baseline_context
| is used to obtain the accept-language
61
// Typically |
baseline_context
| should be the net::URLRequestContext of the
64
net::URLRequestContext*
baseline_context
,
Completed in 1215 milliseconds