OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auto_detect_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/proxy/
proxy_config.cc
161
ProxyConfig::ProxyConfig() :
auto_detect_
(false), id_(INVALID_ID) {
165
:
auto_detect_
(config.
auto_detect_
),
175
auto_detect_
= config.
auto_detect_
;
185
return
auto_detect_
== other.
auto_detect_
&&
191
return
auto_detect_
|| has_pac_url();
195
auto_detect_
= false;
203
if (
auto_detect_
)
[
all
...]
proxy_config.h
157
auto_detect_
= enable_auto_detect;
161
return
auto_detect_
;
184
bool
auto_detect_
;
member in class:net::ProxyConfig
Completed in 106 milliseconds