Home
last modified time | relevance | path

Searched refs:proxyDictionary (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/network/cf/
DSocketStreamHandleCFNet.cpp172 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, CFNetworkCopySystemProxySettings()); in chooseProxy() local
175 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, SCDynamicStoreCopyProxies(0)); in chooseProxy()
183 if (!proxyDictionary) { in chooseProxy()
190 …ArrayRef> proxyArray(AdoptCF, CFNetworkCopyProxiesForURL(m_httpsURL.get(), proxyDictionary.get())); in chooseProxy()
257 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, SCDynamicStoreCopyProxies(0)); in chooseProxy() local
264 if (!proxyDictionary) { in chooseProxy()
272 …CFTypeRef socksEnableCF = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesSOCKSEnable… in chooseProxy()
275 … CFTypeRef proxyHost = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesSOCKSProxy); in chooseProxy()
276 … CFTypeRef proxyPort = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesSOCKSPort); in chooseProxy()
285 …CFTypeRef httpsEnableCF = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesHTTPSEnable… in chooseProxy()
[all …]