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

  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationDecisionListener.cpp 42 void AuthenticationDecisionListener::useCredential(WebCredential* credential)
45 m_challengeProxy->useCredential(credential);
AuthenticationDecisionListener.h 47 void useCredential(WebCredential*);
AuthenticationChallengeProxy.h 57 void useCredential(WebCredential*);
AuthenticationChallengeProxy.cpp 59 void AuthenticationChallengeProxy::useCredential(WebCredential* credential)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAuthenticationDecisionListener.cpp 41 toImpl(authenticationListener)->useCredential(toImpl(credential));
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallengeSenderCurl.cpp 56 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential(
WebURLAuthenticationChallengeSender.h 59 virtual HRESULT STDMETHODCALLTYPE useCredential(
WebURLAuthenticationChallengeSenderCFNet.cpp 63 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential(
WebDownloadCurl.cpp 143 HRESULT STDMETHODCALLTYPE WebDownload::useCredential(
WebDownload.h 105 virtual HRESULT STDMETHODCALLTYPE useCredential(
WebDownloadCFNet.cpp 331 HRESULT STDMETHODCALLTYPE WebDownload::useCredential(
  /external/webkit/Source/WebKit/mac/Panels/
WebPanelAuthenticationHandler.m 95 [[challenge sender] useCredential:latestCredential forAuthenticationChallenge:challenge];
157 [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebURLAuthenticationChallenge.idl 113 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
115 HRESULT useCredential([in] IWebURLCredential* credential, [in] IWebURLAuthenticationChallenge* challenge);
  /external/webkit/Source/WebKit/mac/Misc/
WebDownload.mm 119 [[challenge sender] useCredential:credential forAuthenticationChallenge:challenge];
  /external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm 71 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge
ResourceHandleMac.mm 641 [challenge.sender() useCredential:mac(credential) forAuthenticationChallenge:mac(challenge)];
692 [[d->m_currentMacChallenge sender] useCredential:mac(webCredential) forAuthenticationChallenge:d->m_currentMacChallenge];
704 [[d->m_currentMacChallenge sender] useCredential:mac(webCredential) forAuthenticationChallenge:d->m_currentMacChallenge];
707 [[d->m_currentMacChallenge sender] useCredential:mac(credential) forAuthenticationChallenge:d->m_currentMacChallenge];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DownloadMac.mm 183 [authenticationChallenge.sender() useCredential:mac(credential) forAuthenticationChallenge:authenticationChallenge.nsURLAuthenticationChallenge()];
  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 194 [[challenge sender] useCredential:[NSURLCredential credentialWithUser:nsUser password:nsPassword persistence:NSURLCredentialPersistenceForSession]
LayoutTestControllerMac.mm     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
ResourceLoadDelegate.cpp 312 sender->useCredential(credential.get(), challenge);
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 482 milliseconds