Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dproxydetect.cc984 CFNumberRef portCFNum; in p_getProxyInfoForTypeFromDictWithKeys() local
994 portCFNum = (CFNumberRef)CFDictionaryGetValue(proxyDict, portKey); in p_getProxyInfoForTypeFromDictWithKeys()
995 converted = p_convertCFNumberToInt(portCFNum, &port); in p_getProxyInfoForTypeFromDictWithKeys()