Searched defs:SetCachedToken (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc152 void IdentityAPI::SetCachedToken(const ExtensionTokenKey& key, function in class:extensions::IdentityAPI
553 IdentityAPI::GetFactoryInstance()->Get(GetProfile())->SetCachedToken(
597 IdentityAPI::GetFactoryInstance()->Get(GetProfile())->SetCachedToken(
680 IdentityAPI::GetFactoryInstance()->Get(GetProfile())->SetCachedToken(
H A Didentity_apitest.cc718 void SetCachedToken(const IdentityTokenCacheValue& token_data) { function in class:extensions::GetAuthTokenFunctionTest
720 id_api()->SetCachedToken(key, token_data);
1270 SetCachedToken(token);
1292 SetCachedToken(token);
1325 SetCachedToken(token);
1349 SetCachedToken(token);
1610 void SetCachedToken(IdentityTokenCacheValue& token_data) { function in class:extensions::RemoveCachedAuthTokenFunctionTest
1613 id_api()->SetCachedToken(key, token_data);
1631 SetCachedToken(advice);
1640 SetCachedToken(toke
[all...]

Completed in 44 milliseconds