HomeSort by relevance Sort by last modified time
    Searched defs:ProxyType (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
proxyinfo.h 37 enum ProxyType {
43 const char * ProxyToString(ProxyType proxy);
46 ProxyType type;
  /external/chromium_org/third_party/libjingle/source/talk/base/
proxyinfo.h 37 enum ProxyType {
43 const char * ProxyToString(ProxyType proxy);
46 ProxyType type;
  /external/chromium_org/content/test/
layouttest_support.cc 44 typedef WebTestProxy<RenderViewImpl, RenderViewImplParams*> ProxyType;
45 ProxyType* render_view_proxy = new ProxyType(
  /external/smack/src/org/jivesoftware/smack/proxy/
ProxyInfo.java 31 public static enum ProxyType
43 private ProxyType proxyType;
45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser,
48 this.proxyType = pType;
58 return new ProxyInfo(ProxyType.HTTP, pHost, pPort, pUser, pPass);
64 return new ProxyInfo(ProxyType.SOCKS4, pHost, pPort, pUser, pPass);
70 return new ProxyInfo(ProxyType.SOCKS5, pHost, pPort, pUser, pPass);
75 return new ProxyInfo(ProxyType.NONE, null, 0, null, null);
80 return new ProxyInfo(ProxyType.NONE, null, 0, null, null)
    [all...]

Completed in 294 milliseconds