Home
last modified time | relevance | path

Searched refs:proxyServersForURL (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DProxyServerCFNet.cpp86 Vector<ProxyServer> proxyServersForURL(const KURL& url, const NetworkingContext*) in proxyServersForURL() function
95 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*)
/external/webkit/Source/WebCore/platform/network/win/
DProxyServerWin.cpp31 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL() function
/external/webkit/Source/WebCore/platform/network/curl/
DProxyServerCurl.cpp34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL() function
/external/webkit/Source/WebCore/platform/network/soup/
DProxyServerSoup.cpp33 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL() function
/external/webkit/Source/WebCore/platform/network/android/
DProxyServerAndroid.cpp34 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*) in proxyServersForURL() function
/external/webkit/Source/WebCore/platform/network/
DProxyServer.h71 Vector<ProxyServer> proxyServersForURL(const KURL&, const NetworkingContext*);
/external/webkit/Source/WebCore/platform/network/qt/
DProxyServerQt.cpp40 Vector<ProxyServer> proxyServersForURL(const KURL& url, const NetworkingContext* context) in proxyServersForURL() function
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp1015 Vector<ProxyServer> proxyServers = proxyServersForURL(KURL(KURL(), urlString), context); in proxiesForURL()
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp1533 const CString proxyStr = toString(proxyServersForURL(u, context)).utf8(); in getValueForURL()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.mm1562 Vector<ProxyServer> proxyServers = proxyServersForURL(url, 0);
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm2249 Vector<ProxyServer> proxyServers = proxyServersForURL(URL, 0);
/external/webkit/Source/WebKit/mac/
DChangeLog4920 Add proxy server query function proxyServersForURL and change the Mac plug-in code to use it
/external/webkit/Source/WebCore/
DChangeLog-2010-12-062379 (WebCore::proxyServersForURL):
32938 (WebCore::proxyServersForURL):
32946 (WebCore::proxyServersForURL):
32960 (WebCore::proxyServersForURL):
32995 (WebCore::proxyServersForURL):
32997 (WebCore::proxyServersForURL):
41325 (WebCore::proxyServersForURL):
41333 (WebCore::proxyServersForURL):
41339 Add proxy server query function proxyServersForURL and change the Mac plug-in code to use it
41344 Export proxyServersForURL and toString.
[all …]
DChangeLog-2011-02-1629389 (WebCore::proxyServersForURL):