Searched refs:proxyPacFile (Results 1 – 2 of 2) sorted by relevance
419 String proxyPacFile = null; in parseIpConfigurationFromXml() local470 proxyPacFile = (String) value; in parseIpConfigurationFromXml()549 if (proxyPacFile == null) { in parseIpConfigurationFromXml()553 ipConfiguration.setHttpProxy(new ProxyInfo(proxyPacFile)); in parseIpConfigurationFromXml()
849 String proxyPacFile = in parseFromXml() local851 ipConfiguration.setHttpProxy(new ProxyInfo(proxyPacFile)); in parseFromXml()