HomeSort by relevance Sort by last modified time
    Searched full:proxydict (Results 1 - 1 of 1) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 964 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)
    [all...]

Completed in 47 milliseconds