IsSecondFactorSuccess  696 google_apis/gaia/gaia_auth_fetcher.cc   if (IsSecondFactorSuccess(data))
IsSecondFactorSuccess  309 google_apis/gaia/gaia_auth_fetcher.h   static bool IsSecondFactorSuccess(const std::string& alleged_error);
IsSecondFactorSuccess  347 google_apis/gaia/gaia_auth_fetcher_unittest.cc   EXPECT_TRUE(GaiaAuthFetcher::IsSecondFactorSuccess(response));
IsSecondFactorSuccess  352 google_apis/gaia/gaia_auth_fetcher_unittest.cc   EXPECT_FALSE(GaiaAuthFetcher::IsSecondFactorSuccess(response));