OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mint_token_flow_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.h
169
scoped_ptr<OAuth2MintTokenFlow>
mint_token_flow_
;
member in class:extensions::IdentityGetAuthTokenFunction
identity_api.cc
449
mint_token_flow_
.reset(CreateMintTokenFlow(login_access_token));
450
mint_token_flow_
->Start();
Completed in 29 milliseconds