OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:baseline_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/internal_api/
http_bridge.cc
43
net::URLRequestContext*
baseline_context
=
local
46
new RequestContext(
baseline_context
, GetNetworkTaskRunner(),
121
net::URLRequestContext*
baseline_context
,
125
: baseline_context_(
baseline_context
),
134
set_host_resolver(
baseline_context
->host_resolver());
135
set_proxy_service(
baseline_context
->proxy_service());
136
set_ssl_config_service(
baseline_context
->ssl_config_service());
146
baseline_context
->http_transaction_factory()->GetSession();
158
if (
baseline_context
->http_user_agent_settings()) {
160
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 2565 milliseconds