Searched refs:httpProxy (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/NetworkProcess/mac/
H A DNetworkProcessMac.mm67 static void overrideSystemProxies(const String& httpProxy, const String& httpsProxy)
71 if (!httpProxy.isNull()) {
72 URL httpProxyURL(URL(), httpProxy);
81 NSLog(@"Malformed HTTP Proxy URL '%s'. Expected 'http://<hostname>[:<port>]'\n", httpProxy.utf8().data());
108 if (!parameters.httpProxy.isNull() || !parameters.httpsProxy.isNull())
109 overrideSystemProxies(parameters.httpProxy, parameters.httpsProxy);
/macosx-10.10/WebCore-7600.1.25/platform/network/soup/
H A DProxyResolverSoup.h53 SoupProxyURIResolver* soupProxyResolverWkNew(const char* httpProxy, const char* noProxy);
H A DSoupNetworkSession.cpp192 void SoupNetworkSession::setHTTPProxy(const char* httpProxy, const char* httpProxyExceptions) argument
196 if (!httpProxy) {
201 GRefPtr<SoupProxyURIResolver> resolver = adoptGRef(soupProxyResolverWkNew(httpProxy, httpProxyExceptions));
204 UNUSED_PARAM(httpProxy);
209 char* SoupNetworkSession::httpProxy() const function in class:WebCore::SoupNetworkSession
228 const char* httpProxy = getenv("http_proxy"); local
229 if (!httpProxy)
232 setHTTPProxy(httpProxy, getenv("no_proxy"));
H A DSoupNetworkSession.h67 void setHTTPProxy(const char* httpProxy, const char* httpProxyExceptions);
68 char* httpProxy() const;
H A DProxyResolverSoup.cpp203 SoupProxyURIResolver* soupProxyResolverWkNew(const char* httpProxy, const char* noProxy) argument
205 SoupURI* proxyURI = soup_uri_new(httpProxy);
/macosx-10.10/WebKit2-7600.1.25/Shared/Network/
H A DNetworkProcessCreationParameters.cpp60 encoder << httpProxy; local
107 if (!decoder.decode(result.httpProxy))
H A DNetworkProcessCreationParameters.h81 String httpProxy; member in struct:WebKit::NetworkProcessCreationParameters
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMac.mm253 parameters.httpProxy = [[NSUserDefaults standardUserDefaults] stringForKey:WebKit2HTTPProxyDefaultsKey];

Completed in 208 milliseconds