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

  /external/chromium/net/http/
http_auth_handler_negotiate.cc 198 HttpAuth::AuthorizationResult auth_result = local
200 return (auth_result == HttpAuth::AUTHORIZATION_RESULT_ACCEPT);
  /external/chromium_org/net/http/
http_auth_handler_negotiate.cc 208 HttpAuth::AuthorizationResult auth_result = local
210 return (auth_result == HttpAuth::AUTHORIZATION_RESULT_ACCEPT);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.cc 247 const char kAuthResultKey[] = "auth_result";
743 std::string auth_result; local
744 if (response_dict->GetString(kAuthResultKey, &auth_result)) {
746 TrimWhitespaceASCII(auth_result,
    [all...]

Completed in 184 milliseconds