OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_authenticationchallenge
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKit/win/
WebURLAuthenticationChallenge.cpp
51
,
m_authenticationChallenge
(authenticationChallenge)
153
m_authenticationChallenge
= AuthenticationChallenge(webSpace->protectionSpace(), webCredential->credential(),
175
m_authenticationChallenge
= AuthenticationChallenge(webChallenge->authenticationChallenge().cfURLAuthChallengeRef(), webSender->authenticationClient());
187
*result = WebError::createInstance(
m_authenticationChallenge
.error());
194
*result = WebURLResponse::createInstance(
m_authenticationChallenge
.failureResponse());
201
*result =
m_authenticationChallenge
.previousFailureCount();
208
*result = WebURLCredential::createInstance(
m_authenticationChallenge
.proposedCredential());
215
*result = WebURLProtectionSpace::createInstance(
m_authenticationChallenge
.protectionSpace());
223
AuthenticationClient* client =
m_authenticationChallenge
.authenticationClient();
233
return
m_authenticationChallenge
;
[
all
...]
WebURLAuthenticationChallenge.h
86
WebCore::AuthenticationChallenge
m_authenticationChallenge
;
Completed in 569 milliseconds