Home | History | Annotate | Download | only in extensions

Lines Matching refs:proxy_config

14 #include "net/proxy/proxy_config.h"
35 // The following functions extract one piece of data from the |proxy_config|
36 // each. |proxy_config| is a ProxyConfig dictionary as defined in the
46 bool GetProxyModeFromExtensionPref(const DictionaryValue* proxy_config,
49 bool GetPacUrlFromExtensionPref(const DictionaryValue* proxy_config,
52 bool GetPacDataFromExtensionPref(const DictionaryValue* proxy_config,
55 bool GetProxyRulesStringFromExtensionPref(const DictionaryValue* proxy_config,
58 bool GetBypassListFromExtensionPref(const DictionaryValue* proxy_config,
96 const ProxyConfigDictionary& proxy_config);
106 DictionaryValue* CreatePacScriptDict(const ProxyConfigDictionary& proxy_config);