Searched refs:useCredential (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.cpp43 void AuthenticationDecisionListener::useCredential(WebCredential* credential) function in class:WebKit::AuthenticationDecisionListener
46 m_challengeProxy->useCredential(credential);
H A DAuthenticationDecisionListener.h45 void useCredential(WebCredential*);
H A DAuthenticationChallengeProxy.cpp60 void AuthenticationChallengeProxy::useCredential(WebCredential* credential) function in class:WebKit::AuthenticationChallengeProxy
H A DAuthenticationChallengeProxy.h53 void useCredential(WebCredential*);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKAuthenticationDecisionListener.cpp41 toImpl(authenticationListener)->useCredential(toImpl(credential));
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallengeSenderCurl.cpp56 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential( function in class:WebURLAuthenticationChallengeSender
H A DWebURLAuthenticationChallengeSender.h59 virtual HRESULT STDMETHODCALLTYPE useCredential(
H A DWebURLAuthenticationChallengeSenderCFNet.cpp63 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential( function in class:WebURLAuthenticationChallengeSender
H A DWebDownload.h112 virtual HRESULT STDMETHODCALLTYPE useCredential(
H A DWebDownloadCurl.cpp153 HRESULT STDMETHODCALLTYPE WebDownload::useCredential( function in class:WebDownload
H A DWebDownloadCFNet.cpp331 HRESULT STDMETHODCALLTYPE WebDownload::useCredential( function in class:WebDownload
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownloadAuthenticationClient.cpp45 m_download->useCredential(challenge, credential);
H A DDownload.h112 void useCredential(const WebCore::AuthenticationChallenge&, const WebCore::Credential&);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp76 void Download::useCredential(const AuthenticationChallenge&, const Credential&) function in class:WebKit::Download
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/mac/
H A DAuthenticationManager.mac.mm63 [challenge.sender() useCredential:credential forAuthenticationChallenge:challenge.nsURLAuthenticationChallenge()];
/macosx-10.9.5/WebKit-7537.78.2/mac/Panels/
H A DWebPanelAuthenticationHandler.m93 [[challenge sender] useCredential:latestCredential forAuthenticationChallenge:challenge];
155 [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge];
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitAuthenticationDialog.cpp42 priv->authenticationChallenge->listener()->useCredential(credential);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebURLAuthenticationChallenge.idl113 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
115 HRESULT useCredential([in] IWebURLCredential* credential, [in] IWebURLAuthenticationChallenge* challenge);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DResourceHandleMac.mm489 [challenge.sender() useCredential:mac(credential) forAuthenticationChallenge:mac(challenge)];
561 [[d->m_currentMacChallenge sender] useCredential:mac(webCredential) forAuthenticationChallenge:d->m_currentMacChallenge];
563 [[d->m_currentMacChallenge sender] useCredential:mac(credential) forAuthenticationChallenge:d->m_currentMacChallenge];
H A DAuthenticationMac.mm91 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
/macosx-10.9.5/KerberosHelper-148/CFNetwork/
H A DNSURLConnection.m180 [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm113 [authenticationChallenge.sender() useCredential:mac(credential) forAuthenticationChallenge:authenticationChallenge.nsURLAuthenticationChallenge()];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp60 void Download::useCredential(const WebCore::AuthenticationChallenge& challenge, const WebCore::Credential& credential) function in class:WebKit::Download
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/soup/
H A DDownloadSoup.cpp251 void Download::useCredential(const AuthenticationChallenge&, const Credential&) function in class:WebKit::Download
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm134 [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge];

Completed in 146 milliseconds

12