HomeSort by relevance Sort by last modified time
    Searched full:setauthenticationclient (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/network/cf/
AuthenticationChallenge.h 43 void setAuthenticationClient(AuthenticationClient* client) { m_authenticationClient = client; }
  /external/webkit/WebCore/platform/network/mac/
AuthenticationChallenge.h 51 void setAuthenticationClient(AuthenticationClient*); // Changes sender to one that invokes client methods.
AuthenticationMac.mm 109 void AuthenticationChallenge::setAuthenticationClient(AuthenticationClient* client)
ResourceHandleMac.mm 141 d->m_currentWebChallenge.setAuthenticationClient(0);
516 d->m_currentWebChallenge.setAuthenticationClient(this);
    [all...]

Completed in 123 milliseconds