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

  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 218 CFDictionaryRef chosenProxy = 0;
225 chosenProxy = proxyInfo;
230 chosenProxy = proxyInfo;
236 if (chosenProxy) {
240 CFTypeRef proxyHost = CFDictionaryGetValue(chosenProxy, kCFProxyHostNameKey);
241 CFTypeRef proxyPort = CFDictionaryGetValue(chosenProxy, kCFProxyPortNumberKey);

Completed in 179 milliseconds