Searched refs:proxyDictionary (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/network/cf/ |
D | ProxyServerCFNet.cpp | 52 …CFDictionaryRef proxyDictionary = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxiesForUR… in addProxyServersForURL() local 55 …CFStringRef typeString = static_cast<CFStringRef>(CFDictionaryGetValue(proxyDictionary, kCFProxyTy… in addProxyServersForURL() 77 …CFStringRef host = static_cast<CFStringRef>(CFDictionaryGetValue(proxyDictionary, kCFProxyHostName… in addProxyServersForURL() 78 …CFNumberRef port = static_cast<CFNumberRef>(CFDictionaryGetValue(proxyDictionary, kCFProxyPortNumb… in addProxyServersForURL()
|
D | SocketStreamHandleCFNet.cpp | 171 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, CFNetworkCopySystemProxySettings()); in chooseProxy() local 174 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, SCDynamicStoreCopyProxies(0)); in chooseProxy() 182 if (!proxyDictionary) { in chooseProxy() 189 …ArrayRef> proxyArray(AdoptCF, CFNetworkCopyProxiesForURL(m_httpsURL.get(), proxyDictionary.get())); in chooseProxy() 258 RetainPtr<CFDictionaryRef> proxyDictionary(AdoptCF, SCDynamicStoreCopyProxies(0)); in chooseProxy() local 265 if (!proxyDictionary) { in chooseProxy() 273 …CFTypeRef socksEnableCF = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesSOCKSEnable… in chooseProxy() 276 … CFTypeRef proxyHost = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesSOCKSProxy); in chooseProxy() 277 … CFTypeRef proxyPort = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesSOCKSPort); in chooseProxy() 286 …CFTypeRef httpsEnableCF = CFDictionaryGetValue(proxyDictionary.get(), kSCPropNetProxiesHTTPSEnable… in chooseProxy() [all …]
|