Home | History | Annotate | Download | only in win

Lines Matching full:weburlauthenticationchallengesender

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)
58 WebURLAuthenticationChallengeSender* instance = new WebURLAuthenticationChallengeSender(client);
65 HRESULT STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::QueryInterface(REFIID riid, void** ppvObject)
71 *ppvObject = static_cast<WebURLAuthenticationChallengeSender*>(this);
81 ULONG STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::AddRef(void)
86 ULONG STDMETHODCALLTYPE WebURLAuthenticationChallengeSender::Release(void)
95 // WebURLAuthenticationChallengeSender ----------------------------------------------------------------
97 AuthenticationClient* WebURLAuthenticationChallengeSender::authenticationClient() const