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

  /external/chromium/net/http/
http_auth_sspi_win.cc 245 std::string decoded_auth_token; local
246 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token);
249 decoded_server_auth_token_ = decoded_auth_token;
http_auth_gssapi_posix.cc 704 std::string decoded_auth_token; local
705 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token);
708 decoded_server_auth_token_ = decoded_auth_token;

Completed in 166 milliseconds