Home
last modified time | relevance | path

Searched refs:ParseMintTokenResponse (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/google_apis/gaia/
Doauth2_mint_token_flow.h124 FRIEND_TEST_ALL_PREFIXES(OAuth2MintTokenFlowTest, ParseMintTokenResponse);
136 static bool ParseMintTokenResponse(
Doauth2_mint_token_flow_unittest.cc230 TEST_F(OAuth2MintTokenFlowTest, ParseMintTokenResponse) { in TEST_F() argument
236 EXPECT_FALSE(OAuth2MintTokenFlow::ParseMintTokenResponse(json.get(), &at, in TEST_F()
244 EXPECT_TRUE(OAuth2MintTokenFlow::ParseMintTokenResponse(json.get(), &at, in TEST_F()
Doauth2_mint_token_flow.cc204 if (ParseMintTokenResponse(dict, &access_token, &time_to_live)) in ProcessApiCallSuccess()
231 bool OAuth2MintTokenFlow::ParseMintTokenResponse( in ParseMintTokenResponse() function in OAuth2MintTokenFlow