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

  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.cc 59 SetCachedToken(key, token_cache_value);
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc 273 ->SetCachedToken(*token_key_, token);
310 ->SetCachedToken(*token_key_,
377 ->SetCachedToken(*token_key_, token_value);
681 void IdentityAPI::SetCachedToken(const ExtensionTokenKey& key,
identity_apitest.cc 379 void SetCachedToken(const IdentityTokenCacheValue& token_data) {
381 id_api()->SetCachedToken(key, token_data);
    [all...]
identity_api.h 233 // entries supercede older ones in SetCachedToken.
266 void SetCachedToken(const ExtensionTokenKey& key,

Completed in 26 milliseconds