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

  /external/webkit/Source/WebCore/platform/network/curl/
AuthenticationChallenge.h 40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
41 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/Source/WebCore/platform/network/qt/
AuthenticationChallenge.h 40 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
41 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/Source/WebCore/platform/network/soup/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
40 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/Source/WebCore/platform/network/win/
AuthenticationChallenge.h 38 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error)
39 : AuthenticationChallengeBase(protectionSpace, proposedCredential, previousFailureCount, response, error)
  /external/webkit/Source/WebCore/platform/network/
AuthenticationChallengeBase.cpp 39 const Credential& proposedCredential,
45 , m_proposedCredential(proposedCredential)
57 const Credential& AuthenticationChallengeBase::proposedCredential() const
98 if (a.proposedCredential() != b.proposedCredential())
AuthenticationChallengeBase.h 40 AuthenticationChallengeBase(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
43 const Credential& proposedCredential() const;
  /external/webkit/Source/WebCore/platform/network/chromium/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAuthenticationChallenge.cpp 53 return toAPI(toImpl(challenge)->proposedCredential());
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.h 49 /* [in] */ IWebURLCredential* proposedCredential,
68 virtual HRESULT STDMETHODCALLTYPE proposedCredential(
WebURLAuthenticationChallenge.cpp 112 /* [in] */ IWebURLCredential* proposedCredential,
120 if (!space || !proposedCredential || !failureResponse || !sender)
129 COMPtr<WebURLCredential> webCredential(Query, proposedCredential);
202 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::proposedCredential(
205 *result = WebURLCredential::createInstance(m_authenticationChallenge.proposedCredential());
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.cpp 82 WebCredential* AuthenticationChallengeProxy::proposedCredential() const
85 m_webCredential = WebCredential::create(m_coreAuthenticationChallenge.proposedCredential());
AuthenticationChallengeProxy.h 61 WebCredential* proposedCredential() const;
  /external/webkit/Source/WebCore/platform/network/cf/
AuthenticationChallenge.h 49 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
AuthenticationCF.cpp 47 const Credential& proposedCredential,
52 proposedCredential,
85 CFURLCredentialRef credential = createCF(coreChallenge.proposedCredential());
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 100 const Credential& proposedCredential,
105 proposedCredential,
114 core([challenge proposedCredential]),
159 proposedCredential:mac(coreChallenge.proposedCredential())
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 69 - (id)initWithProtectionSpace:(NSURLProtectionSpace *)space proposedCredential:(NSURLCredential *)credential previousFailureCount:(int)count failureResponse:(NSURLResponse *)response error:(NSError *)error sender:(id <NSURLAuthenticationChallengeSender>)sender
71 HRESULT initWithProtectionSpace([in] IWebURLProtectionSpace* space, [in] IWebURLCredential* proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWebURLAuthenticationChallengeSender* sender);
79 -(NSURLCredential *)proposedCredential
81 HRESULT proposedCredential([out, retval] IWebURLCredential** result);
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 210 if ([[chall proposedCredential] user] != nil) {
211 [username setStringValue:[[chall proposedCredential] user]];
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 125 encoder->encode(CoreIPC::In(challenge.protectionSpace(), challenge.proposedCredential(), challenge.previousFailureCount(), challenge.failureResponse(), challenge.error()));
131 WebCore::Credential proposedCredential;
136 if (!decoder->decode(CoreIPC::Out(protectionSpace, proposedCredential, previousFailureCount, failureResponse, error)))
139 challenge = WebCore::AuthenticationChallenge(protectionSpace, proposedCredential, previousFailureCount, failureResponse, error);
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 214 milliseconds