OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAuthenticationClient
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/network/cf/
AuthenticationChallenge.h
54
void
setAuthenticationClient
(AuthenticationClient* client) { m_authenticationClient = client; }
63
void
setAuthenticationClient
(AuthenticationClient*); // Changes sender to one that invokes client methods.
/external/webkit/Source/WebCore/platform/network/mac/
AuthenticationMac.mm
123
void AuthenticationChallenge::
setAuthenticationClient
(AuthenticationClient* client)
ResourceHandleMac.mm
179
d->m_currentWebChallenge.
setAuthenticationClient
(0);
650
d->m_currentWebChallenge.
setAuthenticationClient
(this);
[
all
...]
Completed in 1750 milliseconds