OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initwithhost
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/WebKit/win/
WebURLProtectionSpace.h
53
virtual HRESULT STDMETHODCALLTYPE
initWithHost
(
WebURLProtectionSpace.cpp
146
HRESULT STDMETHODCALLTYPE WebURLProtectionSpace::
initWithHost
(
ChangeLog-2009-06-16
[
all
...]
ChangeLog
[
all
...]
/external/webkit/Source/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/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm
73
- (id)
initWithHost
:(ExtensionHost*)host
85
- (id)
initWithHost
:(ExtensionHost*)host
228
initWithHost
:host
/external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm
234
return [[[NSURLProtectionSpace alloc]
initWithHost
:coreSpace.host()
/external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm
1025
RetainPtr<NSURLProtectionSpace> protectionSpace(AdoptNS, [[NSURLProtectionSpace alloc]
initWithHost
:host port:port protocol:protocol realm:realm authenticationMethod:authenticationMethod]);
Completed in 335 milliseconds