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

  /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...]

Completed in 36 milliseconds