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

  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.cpp 28 #include "WebURLAuthenticationChallenge.h"
46 // WebURLAuthenticationChallenge ----------------------------------------------------------------
48 WebURLAuthenticationChallenge::WebURLAuthenticationChallenge(const AuthenticationChallenge& authenticationChallenge,
55 gClassNameCount.add("WebURLAuthenticationChallenge");
58 WebURLAuthenticationChallenge::~WebURLAuthenticationChallenge()
61 gClassNameCount.remove("WebURLAuthenticationChallenge");
64 WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const AuthenticationChallenge& authenticationChallenge
    [all...]
WebURLAuthenticationChallenge.h 36 class DECLSPEC_UUID("FD3B2381-0BB6-4B59-AF09-0E599C8901CF") WebURLAuthenticationChallenge : public IWebURLAuthenticationChallenge {
38 static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&);
39 static WebURLAuthenticationChallenge* createInstance(const WebCore::AuthenticationChallenge&, IWebURLAuthenticationChallengeSender*);
41 WebURLAuthenticationChallenge(const WebCore::AuthenticationChallenge&, IWebURLAuthenticationChallengeSender*);
42 ~WebURLAuthenticationChallenge();
80 // WebURLAuthenticationChallenge
WebURLAuthenticationChallengeSenderCFNet.cpp 33 #include "WebURLAuthenticationChallenge.h"
47 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
58 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
70 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
WebDownloadCFNet.cpp 37 #include "WebURLAuthenticationChallenge.h"
323 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
336 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
395 WebURLAuthenticationChallenge::createInstance(AuthenticationChallenge(challenge, 0), this));
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 49 #include "WebURLAuthenticationChallenge.h"
151 COMPtr<WebURLAuthenticationChallenge> webChallenge(AdoptCOM, WebURLAuthenticationChallenge::createInstance(challenge));
171 COMPtr<WebURLAuthenticationChallenge> webChallenge(AdoptCOM, WebURLAuthenticationChallenge::createInstance(challenge));
    [all...]

Completed in 146 milliseconds