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

  /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())
  /external/webkit/WebKit/win/
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());
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 39 milliseconds