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

/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc949 const CFDictionaryRef proxyDict,
964 if ((proxyDict != NULL) &&
965 (CFGetTypeID(proxyDict) == CFDictionaryGetTypeID())) {
972 enabledCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, enabledKey);
976 hostCFStr = (CFStringRef)CFDictionaryGetValue(proxyDict, hostKey);
979 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey);
1003 const CFDictionaryRef proxyDict) {
1011 proxyDict,
1020 proxyDict,
1029 proxy, PROXY_HTTPS, proxyDict, kSCPropNetProxiesHTTPEnabl
947 p_getProxyInfoForTypeFromDictWithKeys(ProxyInfo* proxy, ProxyType type, const CFDictionaryRef proxyDict, const CFStringRef enabledKey, const CFStringRef hostKey, const CFStringRef portKey) argument
1002 GetMacProxySettingsFromDictionary(ProxyInfo* proxy, const CFDictionaryRef proxyDict) argument
1158 CFDictionaryRef proxyDict = SCDynamicStoreCopyProxies(NULL); local
[all...]

Completed in 350 milliseconds