Home
last modified time | relevance | path

Searched refs:IsSecondFactorSuccess (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/net/gaia/
Dgaia_auth_fetcher.cc327 if (IsSecondFactorSuccess(data)) { in GenerateAuthError()
439 bool GaiaAuthFetcher::IsSecondFactorSuccess( in IsSecondFactorSuccess() function in GaiaAuthFetcher
Dgaia_auth_fetcher.h150 static bool IsSecondFactorSuccess(const std::string& alleged_error);
Dgaia_auth_fetcher_unittest.cc285 EXPECT_TRUE(GaiaAuthFetcher::IsSecondFactorSuccess(response)); in TEST_F()
290 EXPECT_FALSE(GaiaAuthFetcher::IsSecondFactorSuccess(response)); in TEST_F()