Home
last modified time | relevance | path

Searched refs:initWithHost (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebURLProtectionSpace.h53 virtual HRESULT STDMETHODCALLTYPE initWithHost(
DWebURLProtectionSpace.cpp146 HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::initWithHost( in initWithHost() function in WebURLProtectionSpace
DChangeLog-2009-06-162858 (WebURLProtectionSpace::initWithHost): The BString comparisons were
10611 (WebURLProtectionSpace::initWithHost):
17003 (WebURLProtectionSpace::initWithHost): Compare against BSTRs
17926 (WebURLProtectionSpace::initWithHost):
DChangeLog2876 (WebURLProtectionSpace::initWithHost):
/external/webkit/Source/WebKit/win/Interfaces/
DIWebURLAuthenticationChallenge.idl151 …-(id)initWithHost:(NSString *)host port:(int)port protocol:(NSString *)protocol realm:(NSString *)…
153 …HRESULT initWithHost([in] BSTR host, [in] int port, [in] BSTR protocol, [in] BSTR realm, [in] BSTR…
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm73 - (id)initWithHost:(ExtensionHost*)host
85 - (id)initWithHost:(ExtensionHost*)host
228 initWithHost:host
/external/webkit/Source/WebCore/platform/network/mac/
DAuthenticationMac.mm234 return [[[NSURLProtectionSpace alloc] initWithHost:coreSpace.host()
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm1025 …otectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc] initWithHost:host port:port …