OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authenticationChallenge
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.cpp
45
WebURLAuthenticationChallenge::WebURLAuthenticationChallenge(const
AuthenticationChallenge
&
authenticationChallenge
,
48
, m_authenticationChallenge(
authenticationChallenge
)
61
WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const
AuthenticationChallenge
&
authenticationChallenge
)
63
WebURLAuthenticationChallenge* instance = new WebURLAuthenticationChallenge(
authenticationChallenge
, 0);
68
WebURLAuthenticationChallenge* WebURLAuthenticationChallenge::createInstance(const
AuthenticationChallenge
&
authenticationChallenge
,
71
WebURLAuthenticationChallenge* instance = new WebURLAuthenticationChallenge(
authenticationChallenge
, sender);
147
// FIXME: After we change
AuthenticationChallenge
to use "ResourceHandle" as the abstract "Sender" or "Source of this Auth Challenge", then we'l
[
all
...]
/external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp
[
all
...]
Completed in 893 milliseconds