OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebURLAuthenticationChallenge
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.cpp
28
#include "
WebURLAuthenticationChallenge
.h"
43
//
WebURLAuthenticationChallenge
----------------------------------------------------------------
45
WebURLAuthenticationChallenge
::
WebURLAuthenticationChallenge
(const AuthenticationChallenge& authenticationChallenge,
52
gClassNameCount.add("
WebURLAuthenticationChallenge
");
55
WebURLAuthenticationChallenge
::~
WebURLAuthenticationChallenge
()
58
gClassNameCount.remove("
WebURLAuthenticationChallenge
");
61
WebURLAuthenticationChallenge
*
WebURLAuthenticationChallenge
::createInstance(const AuthenticationChallenge& authenticationChallenge
[
all
...]
WebURLAuthenticationChallenge.h
33
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
WebURLAuthenticationChallengeSenderCFNet.cpp
32
#include "
WebURLAuthenticationChallenge
.h"
44
COMPtr<
WebURLAuthenticationChallenge
> webChallenge(Query, challenge);
55
COMPtr<
WebURLAuthenticationChallenge
> webChallenge(Query, challenge);
67
COMPtr<
WebURLAuthenticationChallenge
> webChallenge(Query, challenge);
WebDownloadCFNet.cpp
36
#include "
WebURLAuthenticationChallenge
.h"
322
COMPtr<
WebURLAuthenticationChallenge
> webChallenge(Query, challenge);
335
COMPtr<
WebURLAuthenticationChallenge
> webChallenge(Query, challenge);
394
WebURLAuthenticationChallenge
::createInstance(AuthenticationChallenge(challenge, 0), this));
/external/webkit/Source/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 648 milliseconds