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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ProxyServer.cpp 27 #include "platform/network/ProxyServer.h"
33 static void appendProxyServerString(StringBuilder& builder, const ProxyServer& proxyServer)
35 switch (proxyServer.type()) {
36 case ProxyServer::Direct:
39 case ProxyServer::HTTP:
40 case ProxyServer::HTTPS:
43 case ProxyServer::SOCKS:
50 ASSERT(!proxyServer.hostName().isNull());
51 builder.append(proxyServer.hostName())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iketypes.h 341 wchar_t *proxyServer;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java     [all...]

Completed in 578 milliseconds