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

  /external/webkit/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/WebCore/platform/network/qt/
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/WebCore/platform/network/soup/
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/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/WebCore/platform/network/chromium/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace&, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse&, const ResourceError&);
  /external/webkit/WebCore/platform/network/cf/
AuthenticationChallenge.h 39 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
AuthenticationCF.cpp 41 const Credential& proposedCredential,
46 proposedCredential,
79 CFURLCredentialRef credential = createCF(coreChallenge.proposedCredential());
  /external/webkit/WebCore/platform/network/mac/
AuthenticationChallenge.h 45 AuthenticationChallenge(const ProtectionSpace& protectionSpace, const Credential& proposedCredential, unsigned previousFailureCount, const ResourceResponse& response, const ResourceError& error);
AuthenticationMac.mm 86 const Credential& proposedCredential,
91 proposedCredential,
100 core([challenge proposedCredential]),
137 proposedCredential:mac(coreChallenge.proposedCredential())
  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.h 52 /* [in] */ IWebURLCredential* proposedCredential,
71 virtual HRESULT STDMETHODCALLTYPE proposedCredential(
WebURLAuthenticationChallenge.cpp 115 /* [in] */ IWebURLCredential* proposedCredential,
123 if (!space || !proposedCredential || !failureResponse || !sender)
132 COMPtr<WebURLCredential> webCredential(Query, proposedCredential);
205 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallenge::proposedCredential(
208 *result = WebURLCredential::createInstance(m_authenticationChallenge.proposedCredential());
  /external/webkit/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/WebKit/mac/Panels/
WebAuthenticationPanel.m 208 if ([[chall proposedCredential] user] != nil) {
209 [username setStringValue:[[chall proposedCredential] user]];
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 367 milliseconds