Searched defs:ProxyType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dproxyinfo.h20 enum ProxyType { enum in namespace:rtc
26 const char * ProxyToString(ProxyType proxy);
29 ProxyType type;
/external/smack/src/org/jivesoftware/smack/proxy/
H A DProxyInfo.java31 public static enum ProxyType enum in class:ProxyInfo
43 private ProxyType proxyType;
45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser,
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);
83 public ProxyType getProxyType()
110 if(proxyType == ProxyType
[all...]
/external/chromium_org/content/test/
H A Dlayouttest_support.cc51 typedef WebTestProxy<RenderViewImpl, RenderViewImplParams*> ProxyType; typedef
52 ProxyType* render_view_proxy = new ProxyType(params);

Completed in 127 milliseconds