Searched refs:ProxyConfigServiceLinux (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.h31 class NET_EXPORT_PRIVATE ProxyConfigServiceLinux : public ProxyConfigService { class in namespace:net
141 // ProxyConfigServiceLinux is created on the UI thread, and
157 // ProxyConfigServiceLinux is deleted from the IO thread.
159 // The substance of the ProxyConfigServiceLinux implementation is
161 // ProxyConfigServiceLinux, Delegate::OnDestroy() is posted to either
201 // setting getter in use. Called from ProxyConfigServiceLinux's destructor.
275 ProxyConfigServiceLinux();
277 explicit ProxyConfigServiceLinux(base::Environment* env_var_getter);
278 ProxyConfigServiceLinux(base::Environment* env_var_getter,
281 virtual ~ProxyConfigServiceLinux();
[all...]
H A Dproxy_config_service_linux.cc102 ProxyConfigServiceLinux::Delegate::~Delegate() {
105 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVarForScheme(
125 bool ProxyConfigServiceLinux::Delegate::GetProxyFromEnvVar(
131 bool ProxyConfigServiceLinux::Delegate::GetConfigFromEnv(ProxyConfig* config) {
211 class SettingGetterImplGConf : public ProxyConfigServiceLinux::SettingGetter {
301 ProxyConfigServiceLinux::Delegate* delegate) OVERRIDE {
510 ProxyConfigServiceLinux::Delegate* notify_delegate_;
527 : public ProxyConfigServiceLinux::SettingGetter {
612 ProxyConfigServiceLinux::Delegate* delegate) OVERRIDE {
779 ProxyConfigServiceLinux
1751 ProxyConfigServiceLinux::ProxyConfigServiceLinux() function in class:ProxyConfigServiceLinux
1759 ProxyConfigServiceLinux::ProxyConfigServiceLinux( function in class:ProxyConfigServiceLinux
1764 ProxyConfigServiceLinux::ProxyConfigServiceLinux( function in class:ProxyConfigServiceLinux
[all...]
H A Dproxy_config_service_linux_unittest.cc141 : public ProxyConfigServiceLinux::SettingGetter {
143 typedef ProxyConfigServiceLinux::SettingGetter SettingGetter;
185 virtual bool SetUpNotifications(ProxyConfigServiceLinux::Delegate* delegate)
256 // This helper class runs ProxyConfigServiceLinux::GetLatestProxyConfig() on
262 explicit SynchConfigGetter(net::ProxyConfigServiceLinux* config_service)
338 net::ProxyConfigServiceLinux* config_service_;
687 new ProxyConfigServiceLinux(env, setting_getter));
995 new ProxyConfigServiceLinux(env, setting_getter));
1014 ProxyConfigServiceLinux* service =
1015 new ProxyConfigServiceLinux(en
[all...]
H A Dproxy_service.cc1383 ProxyConfigServiceLinux* linux_config_service =
1384 new ProxyConfigServiceLinux();

Completed in 74 milliseconds