Searched refs:initWithProxyHost (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebURLProtectionSpace.h60 virtual HRESULT STDMETHODCALLTYPE initWithProxyHost(
H A DWebURLProtectionSpace.cpp174 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::initWithProxyHost( function in class:WebURLProtectionSpace
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebURLAuthenticationChallenge.idl156 -(id)initWithProxyHost:(NSString *)host port:(int)port type:(NSString *)proxyType realm:(NSString *)realm authenticationMethod:(NSString *)authenticationMethod
158 HRESULT initWithProxyHost([in] BSTR host, [in] int port, [in] BSTR proxyType, [in] BSTR realm, [in] BSTR authenticationMethod);
/external/webkit/Source/WebCore/platform/network/mac/
H A DAuthenticationMac.mm229 return [[[NSURLProtectionSpace alloc] initWithProxyHost:coreSpace.host()

Completed in 167 milliseconds