HomeSort by relevance Sort by last modified time
    Searched refs:proxyInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandleCFNet.cpp 205 CFDictionaryRef proxyInfo = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxyArray, 0));
206 CFTypeRef proxyType = CFDictionaryGetValue(proxyInfo, kCFProxyTypeKey);
209 CFTypeRef pacFileURL = CFDictionaryGetValue(proxyInfo, kCFProxyAutoConfigurationURLKey);
220 CFDictionaryRef proxyInfo = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxyArray, i));
221 CFTypeRef proxyType = CFDictionaryGetValue(proxyInfo, kCFProxyTypeKey);
225 chosenProxy = proxyInfo;
230 chosenProxy = proxyInfo;
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamManager.java 556 DiscoverInfo proxyInfo;
557 proxyInfo = serviceDiscoveryManager.discoverInfo(item.getEntityID());
558 Iterator<Identity> identities = proxyInfo.getIdentities();

Completed in 1100 milliseconds