HomeSort by relevance Sort by last modified time
    Searched refs:kBadAuthenticationError (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.h 108 static const char kBadAuthenticationError[];
gaia_auth_fetcher.cc 56 const char GaiaAuthFetcher::kBadAuthenticationError[] = "BadAuthentication";
348 if (error == kBadAuthenticationError) {
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher.h 212 static const char kBadAuthenticationError[];
gaia_auth_fetcher.cc 118 const char GaiaAuthFetcher::kBadAuthenticationError[] = "BadAuthentication";
711 if (error == kBadAuthenticationError) {
    [all...]

Completed in 24 milliseconds