HomeSort by relevance Sort by last modified time
    Searched refs:token_key_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 111 token_key_.reset(new ExtensionTokenKey(
185 IdentityMintRequestQueue::MINT_TYPE_INTERACTIVE, *token_key_)) {
191 id_api->mint_queue()->RequestStart(type, *token_key_, this);
204 ->RequestComplete(type, *token_key_, this);
212 IdentityTokenCacheValue cache_entry = id_api->GetCachedToken(*token_key_);
273 ->SetCachedToken(*token_key_, token);
310 ->SetCachedToken(*token_key_,
377 ->SetCachedToken(*token_key_, token_value);
identity_api.h 173 scoped_ptr<ExtensionTokenKey> token_key_; member in class:extensions::IdentityGetAuthTokenFunction

Completed in 324 milliseconds