Searched refs:CreateFlow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Doauth2_mint_token_flow_unittest.cc156 void CreateFlow(OAuth2MintTokenFlow::Mode mode) { function in class:OAuth2MintTokenFlowTest
157 return CreateFlow(&delegate_, mode);
160 void CreateFlow(MockDelegate* delegate, function in class:OAuth2MintTokenFlowTest
185 CreateFlow(OAuth2MintTokenFlow::MODE_ISSUE_ADVICE);
196 CreateFlow(OAuth2MintTokenFlow::MODE_RECORD_GRANT);
207 CreateFlow(OAuth2MintTokenFlow::MODE_MINT_TOKEN_NO_FORCE);
218 CreateFlow(OAuth2MintTokenFlow::MODE_MINT_TOKEN_FORCE);
283 CreateFlow(OAuth2MintTokenFlow::MODE_MINT_TOKEN_NO_FORCE);
290 CreateFlow(OAuth2MintTokenFlow::MODE_MINT_TOKEN_NO_FORCE);
297 CreateFlow(OAuth2MintTokenFlo
[all...]
H A Doauth2_api_call_flow_unittest.cc139 void CreateFlow(const std::string& refresh_token, function in class:OAuth2ApiCallFlowTest
174 CreateFlow(rt, at, scopes);
186 CreateFlow(rt, at, scopes);
204 CreateFlow(rt, at, scopes);
222 CreateFlow(rt, at, scopes);
238 CreateFlow(rt, std::string(), scopes);
254 CreateFlow(rt, std::string(), scopes);
270 CreateFlow(rt, std::string(), scopes);
286 CreateFlow(rt, at, scopes);

Completed in 91 milliseconds