Home
last modified time | relevance | path

Searched refs:TokenCache (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/policy/
Duser_policy_identity_strategy.cc30 class UserPolicyIdentityStrategy::TokenCache class in policy::UserPolicyIdentityStrategy
32 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::TokenCache
62 void UserPolicyIdentityStrategy::TokenCache::Load() { in Load()
67 this, &UserPolicyIdentityStrategy::TokenCache::LoadOnFileThread)); in Load()
70 void UserPolicyIdentityStrategy::TokenCache::Store( in Store()
[all …]
Duser_policy_identity_strategy.h45 class TokenCache;
66 scoped_refptr<TokenCache> cache_;
/external/clang/include/clang/Lex/
DPreprocessorOptions.h90 std::string TokenCache; variable
224 TokenCache.clear(); in resetNonModularOptions()
/external/chromium_org/google_apis/gaia/
Doauth2_token_service.h330 typedef std::map<RequestParameters, CacheEntry> TokenCache; typedef
331 TokenCache token_cache_;
Doauth2_token_service.cc616 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()
/external/clang/lib/Frontend/
DCompilerInstance.cpp216 if (!PPOpts.TokenCache.empty()) in createPreprocessor()
217 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics()); in createPreprocessor()
DCompilerInvocation.cpp1398 Opts.TokenCache = A->getValue(); in ParsePreprocessorArgs()
1400 Opts.TokenCache = Opts.ImplicitPTHInclude; in ParsePreprocessorArgs()