Home
last modified time | relevance | path

Searched refs:IsSecondFactorSuccess (Results 1 – 6 of 6) 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()
/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.cc689 if (IsSecondFactorSuccess(data)) { in GenerateAuthError()
742 if (IsSecondFactorSuccess(data)) { in GenerateOAuthLoginError()
972 bool GaiaAuthFetcher::IsSecondFactorSuccess( in IsSecondFactorSuccess() function in GaiaAuthFetcher
Dgaia_auth_fetcher.h300 static bool IsSecondFactorSuccess(const std::string& alleged_error);
Dgaia_auth_fetcher_unittest.cc343 EXPECT_TRUE(GaiaAuthFetcher::IsSecondFactorSuccess(response)); in TEST_F()
348 EXPECT_FALSE(GaiaAuthFetcher::IsSecondFactorSuccess(response)); in TEST_F()