Searched refs:proxyDict (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc964 const CFDictionaryRef proxyDict,
979 if ((proxyDict != NULL) &&
980 (CFGetTypeID(proxyDict) == CFDictionaryGetTypeID())) {
987 enabledCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, enabledKey);
991 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey);
994 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey);
1018 const CFDictionaryRef proxyDict) {
1026 proxyDict,
1035 proxyDict,
1044 proxy, PROXY_HTTPS, proxyDict, kSCPropNetProxiesHTTPEnabl
962 p_getProxyInfoForTypeFromDictWithKeys(ProxyInfo* proxy, ProxyType type, const CFDictionaryRef proxyDict, const CFStringRef enabledKey, const CFStringRef hostKey, const CFStringRef portKey) argument
1017 GetMacProxySettingsFromDictionary(ProxyInfo* proxy, const CFDictionaryRef proxyDict) argument
1171 CFDictionaryRef proxyDict = SCDynamicStoreCopyProxies(NULL); local
[all...]

Completed in 61 milliseconds