Searched refs:proxyDict (Results 1 - 2 of 2) 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...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dproxydetect.cc966 const CFDictionaryRef proxyDict,
981 if ((proxyDict != NULL) &&
982 (CFGetTypeID(proxyDict) == CFDictionaryGetTypeID())) {
989 enabledCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, enabledKey);
993 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey);
996 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey);
1020 const CFDictionaryRef proxyDict) {
1028 proxyDict,
1037 proxyDict,
1046 proxy, PROXY_HTTPS, proxyDict, kSCPropNetProxiesHTTPEnabl
964 p_getProxyInfoForTypeFromDictWithKeys(ProxyInfo* proxy, ProxyType type, const CFDictionaryRef proxyDict, const CFStringRef enabledKey, const CFStringRef hostKey, const CFStringRef portKey) argument
1019 GetMacProxySettingsFromDictionary(ProxyInfo* proxy, const CFDictionaryRef proxyDict) argument
1175 CFDictionaryRef proxyDict = SCDynamicStoreCopyProxies(NULL); local
[all...]

Completed in 56 milliseconds