Searched refs:WebURLAuthenticationChallenge (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebURLAuthenticationChallenge.cpp28 #include "WebURLAuthenticationChallenge.h"
43 // WebURLAuthenticationChallenge ----------------------------------------------------------------
45 WebURLAuthenticationChallenge::WebURLAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge, function in class:WebURLAuthenticationChallenge
52 gClassNameCount.add("WebURLAuthenticationChallenge");
55 WebURLAuthenticationChallenge::~WebURLAuthenticationChallenge()
58 gClassNameCount.remove("WebURLAuthenticationChallenge");
61 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge
[all...]
H A DWebURLAuthenticationChallenge.h33 class DECLSPEC_UUID("FD3B2381-0BB6-4B59-AF09-0E599C8901CF") WebURLAuthenticationChallenge : public IWebURLAuthenticationChallenge {
35 static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&);
36 static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&, IWebURLAuthenticationChallengeSender*);
38 WebURLAuthenticationChallenge(const WebCore::AuthenticationChallenge&, IWebURLAuthenticationChallengeSender*);
39 ~WebURLAuthenticationChallenge();
77 // WebURLAuthenticationChallenge
H A DWebURLAuthenticationChallengeSenderCFNet.cpp32 #include "WebURLAuthenticationChallenge.h"
44 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
55 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
67 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
H A DWebURLAuthenticationChallengeSenderCurl.cpp32 #include "WebURLAuthenticationChallenge.h"
44 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
55 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
67 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
H A DWebDownloadCFNet.cpp36 #include "WebURLAuthenticationChallenge.h"
327 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
340 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
399 WebURLAuthenticationChallenge::createInstance(AuthenticationChallenge(challenge, 0), this));
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp55 #include "WebURLAuthenticationChallenge.h"
213 COMPtr<WebURLAuthenticationChallenge> webChallenge(AdoptCOM, WebURLAuthenticationChallenge::createInstance(challenge));
230 COMPtr<WebURLAuthenticationChallenge> webChallenge(AdoptCOM, WebURLAuthenticationChallenge::createInstance(challenge));

Completed in 126 milliseconds