Searched refs:ParseClientLoginToOAuth2Response (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.h326 static bool ParseClientLoginToOAuth2Response(
425 ParseClientLoginToOAuth2Response);
H A Dgaia_auth_fetcher_unittest.cc720 TEST_F(GaiaAuthFetcherTest, ParseClientLoginToOAuth2Response) {
724 EXPECT_FALSE(GaiaAuthFetcher::ParseClientLoginToOAuth2Response(
734 EXPECT_FALSE(GaiaAuthFetcher::ParseClientLoginToOAuth2Response(
745 EXPECT_TRUE(GaiaAuthFetcher::ParseClientLoginToOAuth2Response(
753 EXPECT_TRUE(GaiaAuthFetcher::ParseClientLoginToOAuth2Response(
H A Dgaia_auth_fetcher.cc447 bool GaiaAuthFetcher::ParseClientLoginToOAuth2Response( function in class:GaiaAuthFetcher
806 if (ParseClientLoginToOAuth2Response(cookies, &auth_code)) {

Completed in 115 milliseconds