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

  /external/webkit/Source/WebKit/win/
WebURLProtectionSpace.h 60 virtual HRESULT STDMETHODCALLTYPE initWithProxyHost(
WebURLProtectionSpace.cpp 174 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::initWithProxyHost(
  /external/webkit/Source/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/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 229 return [[[NSURLProtectionSpace alloc] initWithProxyHost:coreSpace.host()

Completed in 471 milliseconds