Home
last modified time | relevance | path

Searched defs:proxyServers (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DProxyServerCFNet.cpp39 static void addProxyServersForURL(Vector<ProxyServer>& proxyServers, const KURL& url) in addProxyServersForURL()
88 Vector<ProxyServer> proxyServers; in proxyServersForURL() local
/external/webkit/Source/WebCore/platform/network/
DProxyServer.cpp58 String toString(const Vector<ProxyServer>& proxyServers) in toString()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp1015 Vector<ProxyServer> proxyServers = proxyServersForURL(KURL(KURL(), urlString), context); in proxiesForURL() local