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

  /external/webkit/WebKit/win/
WebURLProtectionSpace.h 56 virtual HRESULT STDMETHODCALLTYPE initWithHost(
WebURLProtectionSpace.cpp 148 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::initWithHost(
  /external/webkit/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 151 -(id)initWithHost:(NSString *)host port:(int)port protocol:(NSString *)protocol realm:(NSString *)realm authenticationMethod:(NSString *)authenticationMethod
153 HRESULT initWithHost([in] BSTR host, [in] int port, [in] BSTR protocol, [in] BSTR realm, [in] BSTR authenticationMethod);
  /external/webkit/WebCore/platform/network/mac/
AuthenticationMac.mm 206 return [[[NSURLProtectionSpace alloc] initWithHost:coreSpace.host()
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 1022 RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);

Completed in 49 milliseconds