Home
last modified time | relevance | path

Searched refs:alleged_error (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
Dgaia_auth_fetcher.h334 static bool IsSecondFactorSuccess(const std::string& alleged_error);
Dgaia_auth_fetcher.cc980 const std::string& alleged_error) { in IsSecondFactorSuccess() argument
981 return alleged_error.find(kSecondFactor) != in IsSecondFactorSuccess()