HomeSort by relevance Sort by last modified time
    Searched full:weburlauthenticationchallengesender (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallengeSender.cpp 29 #include "WebURLAuthenticationChallengeSender.h"
39 // WebURLAuthenticationChallengeSender ----------------------------------------------------------------
41 WebURLAuthenticationChallengeSender::WebURLAuthenticationChallengeSender(PassRefPtr<AuthenticationClient> client)
47 gClassNameCount.add("WebURLAuthenticationChallengeSender");
50 WebURLAuthenticationChallengeSender::~WebURLAuthenticationChallengeSender()
53 gClassNameCount.remove("WebURLAuthenticationChallengeSender");
56 WebURLAuthenticationChallengeSender* WebURLAuthenticationChallengeSender::createInstance(PassRefPtr<WebCore::AuthenticationClient> client
    [all...]
WebURLAuthenticationChallengeSender.h 38 class DECLSPEC_UUID("5CACD637-F82F-491F-947A-5DCA38AA0FEA") WebURLAuthenticationChallengeSender
42 static WebURLAuthenticationChallengeSender* createInstance(PassRefPtr<WebCore::AuthenticationClient>);
44 WebURLAuthenticationChallengeSender(PassRefPtr<WebCore::AuthenticationClient>);
45 ~WebURLAuthenticationChallengeSender();
WebURLAuthenticationChallengeSenderCFNet.cpp 29 #include "WebURLAuthenticationChallengeSender.h"
41 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge(
52 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
63 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential(
WebURLAuthenticationChallengeSenderCurl.cpp 29 #include "WebURLAuthenticationChallengeSender.h"
42 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::cancelAuthenticationChallenge(
49 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::continueWithoutCredentialForAuthenticationChallenge(
56 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::useCredential(
WebURLAuthenticationChallenge.cpp 32 #include "WebURLAuthenticationChallengeSender.h"
143 COMPtr<WebURLAuthenticationChallengeSender> webSender(Query, sender);
167 COMPtr<WebURLAuthenticationChallengeSender> webSender(Query, sender);
221 m_sender.adoptRef(WebURLAuthenticationChallengeSender::createInstance(client));
ChangeLog-2009-06-16 673 * WebURLAuthenticationChallengeSender.cpp:
    [all...]
ChangeLog 39 * WebURLAuthenticationChallengeSender.cpp:
449 * WebURLAuthenticationChallengeSender.cpp:
    [all...]
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit.vcproj 675 RelativePath="..\WebURLAuthenticationChallengeSender.h"
1027 RelativePath="..\WebURLAuthenticationChallengeSender.cpp"

Completed in 591 milliseconds