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

  /external/chromium_org/net/http/
http_auth_sspi_win.cc 250 std::string decoded_auth_token; local
251 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token);
254 decoded_server_auth_token_ = decoded_auth_token;
http_auth_gssapi_posix.cc 710 std::string decoded_auth_token; local
711 bool base64_rv = base::Base64Decode(encoded_auth_token, &decoded_auth_token);
714 decoded_server_auth_token_ = decoded_auth_token;

Completed in 126 milliseconds