Searched refs:TokenCache (Results 1 – 7 of 7) sorted by relevance
30 class UserPolicyIdentityStrategy::TokenCache class in policy::UserPolicyIdentityStrategy32 UserPolicyIdentityStrategy::TokenCache> {34 TokenCache(const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy,42 UserPolicyIdentityStrategy::TokenCache>;43 ~TokenCache() {} in ~TokenCache()53 DISALLOW_COPY_AND_ASSIGN(TokenCache);56 UserPolicyIdentityStrategy::TokenCache::TokenCache( in TokenCache() function in policy::UserPolicyIdentityStrategy::TokenCache62 void UserPolicyIdentityStrategy::TokenCache::Load() { in Load()67 this, &UserPolicyIdentityStrategy::TokenCache::LoadOnFileThread)); in Load()70 void UserPolicyIdentityStrategy::TokenCache::Store( in Store()[all …]
45 class TokenCache;66 scoped_refptr<TokenCache> cache_;
90 std::string TokenCache; variable224 TokenCache.clear(); in resetNonModularOptions()
330 typedef std::map<RequestParameters, CacheEntry> TokenCache; typedef331 TokenCache token_cache_;
616 TokenCache::iterator token_iterator = token_cache_.find(request_parameters); in GetCacheEntry()630 TokenCache::iterator token_iterator = token_cache_.find(request_parameters); in RemoveCacheEntry()667 for (TokenCache::iterator iter = token_cache_.begin(); in ClearCacheForAccount()
216 if (!PPOpts.TokenCache.empty()) in createPreprocessor()217 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
1398 Opts.TokenCache = A->getValue(); in ParsePreprocessorArgs()1400 Opts.TokenCache = Opts.ImplicitPTHInclude; in ParsePreprocessorArgs()