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

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc363 token_key_.reset(
458 IdentityMintRequestQueue::MINT_TYPE_INTERACTIVE, *token_key_)) {
464 id_api->mint_queue()->RequestStart(type, *token_key_, this);
473 ->RequestComplete(type, *token_key_, this);
487 IdentityTokenCacheValue cache_entry = id_api->GetCachedToken(*token_key_);
554 *token_key_, token);
598 *token_key_, IdentityTokenCacheValue(issue_advice));
616 if (token_key_->account_id.empty()) {
617 token_key_->account_id = GetPrimaryAccountId(GetProfile());
681 *token_key_, token_valu
[all...]
H A Didentity_api.h193 return token_key_.get();
289 scoped_ptr<ExtensionTokenKey> token_key_; member in class:extensions::IdentityGetAuthTokenFunction

Completed in 78 milliseconds