OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_authenticationChallenge
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.cpp
48
,
m_authenticationChallenge
(authenticationChallenge)
150
m_authenticationChallenge
= AuthenticationChallenge(webSpace->protectionSpace(), webCredential->credential(),
172
m_authenticationChallenge
= AuthenticationChallenge(webChallenge->authenticationChallenge().cfURLAuthChallengeRef(), webSender->authenticationClient());
184
*result = WebError::createInstance(
m_authenticationChallenge
.error());
191
*result = WebURLResponse::createInstance(
m_authenticationChallenge
.failureResponse());
198
*result =
m_authenticationChallenge
.previousFailureCount();
205
*result = WebURLCredential::createInstance(
m_authenticationChallenge
.proposedCredential());
212
*result = WebURLProtectionSpace::createInstance(
m_authenticationChallenge
.protectionSpace());
220
AuthenticationClient* client =
m_authenticationChallenge
.authenticationClient();
230
return
m_authenticationChallenge
;
[
all
...]
WebURLAuthenticationChallenge.h
83
WebCore::AuthenticationChallenge
m_authenticationChallenge
;
Completed in 596 milliseconds