Searched refs:aTypeIndepProxy (Results 1 – 1 of 1) sorted by relevance
209 ProxyEntry aTypeIndepProxy = FindProxyEntry( aProxyList, rtl::OUString()); in WinInetBackend() local218 if( aTypeIndepProxy.Server.getLength() ) in WinInetBackend()220 aHttpProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()221 aHttpsProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()222 aFtpProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()224 if( aTypeIndepProxy.Port.getLength() ) in WinInetBackend()226 aHttpProxy.Port = aTypeIndepProxy.Port; in WinInetBackend()227 aHttpsProxy.Port = aTypeIndepProxy.Port; in WinInetBackend()228 aFtpProxy.Port = aTypeIndepProxy.Port; in WinInetBackend()
Completed in 13 milliseconds