OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_type_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/importer/
firefox_proxy_settings.h
48
ProxyConfig config_type() const { return
config_type_
; }
86
ProxyConfig
config_type_
;
member in class:FirefoxProxySettings
firefox_proxy_settings.cc
70
config_type_
= NO_PROXY;
172
settings->
config_type_
= IntToProxyConfig(proxy_type);
173
if (settings->
config_type_
== AUTO_FROM_URL) {
181
if (settings->
config_type_
== MANUAL) {
Completed in 91 milliseconds