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

  /external/chromium/net/http/
http_auth_handler_negotiate_posix.cc 15 HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate() {
18 HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate() {
21 bool HttpAuthHandlerNegotiate::NeedsIdentity() {
26 bool HttpAuthHandlerNegotiate::IsFinalRound() {
31 bool HttpAuthHandlerNegotiate::Init(std::string::const_iterator challenge_begin,
36 std::string HttpAuthHandlerNegotiate::GenerateCredentials(
http_auth_handler_negotiate_win.cc 11 HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate() :
15 HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate() {
18 std::string HttpAuthHandlerNegotiate::GenerateCredentials(
39 bool HttpAuthHandlerNegotiate::Init(
49 bool HttpAuthHandlerNegotiate::NeedsIdentity() {
53 bool HttpAuthHandlerNegotiate::IsFinalRound() {
http_auth_handler_negotiate.h 25 class HttpAuthHandlerNegotiate : public HttpAuthHandler {
27 HttpAuthHandlerNegotiate();
44 ~HttpAuthHandlerNegotiate();
http_auth.cc 72 tmp_handler = new HttpAuthHandlerNegotiate();

Completed in 39 milliseconds