Searched refs:proxyPacFile (Results 1 – 2 of 2) sorted by relevance
425 String proxyPacFile = null; in parseIpConfigurationFromXml() local476 proxyPacFile = (String) value; in parseIpConfigurationFromXml()555 if (proxyPacFile == null) { in parseIpConfigurationFromXml()559 ipConfiguration.setHttpProxy(new ProxyInfo(proxyPacFile)); in parseIpConfigurationFromXml()
879 String proxyPacFile = in parseFromXml() local881 ipConfiguration.setHttpProxy(new ProxyInfo(proxyPacFile)); in parseFromXml()