OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAuthFailure
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
49
const char
kAuthFailure
[] = "OAuth2 request failed: ";
303
std::string(identity_constants::
kAuthFailure
) + error.ToString());
346
error = std::string(identity_constants::
kAuthFailure
) +
501
return std::string(identity_constants::
kAuthFailure
) + error;
identity_api.h
46
extern const char
kAuthFailure
[];
identity_apitest.cc
451
EXPECT_TRUE(StartsWithASCII(error, errors::
kAuthFailure
, false));
465
EXPECT_TRUE(StartsWithASCII(error, errors::
kAuthFailure
, false));
498
EXPECT_TRUE(StartsWithASCII(error, errors::
kAuthFailure
, false));
584
EXPECT_TRUE(StartsWithASCII(error, errors::
kAuthFailure
, false));
598
EXPECT_TRUE(StartsWithASCII(error, errors::
kAuthFailure
, false));
724
EXPECT_TRUE(StartsWithASCII(error, errors::
kAuthFailure
, false));
737
"unmapped_error", std::string(errors::
kAuthFailure
) + "unmapped_error"));
[
all
...]
Completed in 47 milliseconds