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

  /external/webkit/WebKit/win/
WebURLProtectionSpace.h 63 virtual HRESULT STDMETHODCALLTYPE initWithProxyHost(
WebURLProtectionSpace.cpp 178 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::initWithProxyHost(
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 156 -(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/WebCore/platform/network/mac/
AuthenticationMac.mm 201 return [[[NSURLProtectionSpace alloc] initWithProxyHost:coreSpace.host()

Completed in 565 milliseconds