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

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_api.cc140 void IdentityAPI::SetCachedToken(const ExtensionTokenKey& key, function in class:extensions::IdentityAPI
520 IdentityAPI::GetFactoryInstance()->Get(GetProfile())->SetCachedToken(
555 IdentityAPI::GetFactoryInstance()->Get(GetProfile())->SetCachedToken(
620 IdentityAPI::GetFactoryInstance()->Get(GetProfile())->SetCachedToken(
H A Didentity_apitest.cc761 void SetCachedToken(const IdentityTokenCacheValue& token_data) { function in class:extensions::GetAuthTokenFunctionTest
763 id_api()->SetCachedToken(key, token_data);
1373 SetCachedToken(token);
1396 SetCachedToken(token);
1433 SetCachedToken(token);
1457 SetCachedToken(token);
1679 void SetCachedToken(IdentityTokenCacheValue& token_data) { function in class:extensions::RemoveCachedAuthTokenFunctionTest
1683 id_api()->SetCachedToken(key, token_data);
1703 SetCachedToken(advice);
1712 SetCachedToken(toke
[all...]

Completed in 172 milliseconds