Searched defs:HttpAuthSSPI (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_sspi_win.cc187 HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library, function in class:net::HttpAuthSSPI
201 HttpAuthSSPI::~HttpAuthSSPI() {
209 bool HttpAuthSSPI::NeedsIdentity() const {
213 void HttpAuthSSPI::Delegate() {
217 void HttpAuthSSPI::ResetSecurityContext() {
224 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
253 int HttpAuthSSPI::GenerateAuthToken(const string16* username,
293 int HttpAuthSSPI
[all...]
H A Dhttp_auth_sspi_win.h124 class HttpAuthSSPI { class in namespace:net
126 HttpAuthSSPI(SSPILibrary* sspi_library,
130 ~HttpAuthSSPI();
/external/chromium_org/net/http/
H A Dhttp_auth_sspi_win.cc187 HttpAuthSSPI::HttpAuthSSPI(SSPILibrary* library, function in class:net::HttpAuthSSPI
201 HttpAuthSSPI::~HttpAuthSSPI() {
209 bool HttpAuthSSPI::NeedsIdentity() const {
213 bool HttpAuthSSPI::AllowsExplicitCredentials() const {
217 void HttpAuthSSPI::Delegate() {
221 void HttpAuthSSPI::ResetSecurityContext() {
228 HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge(
257 int HttpAuthSSPI
[all...]
H A Dhttp_auth_sspi_win.h124 class NET_EXPORT_PRIVATE HttpAuthSSPI { class in namespace:net
126 HttpAuthSSPI(SSPILibrary* sspi_library,
130 ~HttpAuthSSPI();

Completed in 686 milliseconds