OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_result
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/http/
http_auth_handler_negotiate.cc
205
HttpAuth::AuthorizationResult
auth_result
=
local
207
return (
auth_result
== HttpAuth::AUTHORIZATION_RESULT_ACCEPT);
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.cc
213
const char kAuthResultKey[] = "
auth_result
";
628
std::string
auth_result
;
local
629
if (response_dict->GetString(kAuthResultKey, &
auth_result
)) {
631
base::TrimWhitespaceASCII(
auth_result
, base::TRIM_ALL, &trimmed);
Completed in 1156 milliseconds