HomeSort by relevance Sort by last modified time
    Searched refs:TokenCache (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 30 class UserPolicyIdentityStrategy::TokenCache
32 UserPolicyIdentityStrategy::TokenCache> {
34 TokenCache(const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy,
42 UserPolicyIdentityStrategy::TokenCache>;
43 ~TokenCache() {}
53 DISALLOW_COPY_AND_ASSIGN(TokenCache);
56 UserPolicyIdentityStrategy::TokenCache::TokenCache(
62 void UserPolicyIdentityStrategy::TokenCache::Load() {
67 this, &UserPolicyIdentityStrategy::TokenCache::LoadOnFileThread))
    [all...]
user_policy_identity_strategy.h 45 class TokenCache;
66 scoped_refptr<TokenCache> cache_;
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service.h 259 typedef std::map<ScopeSet, CacheEntry> TokenCache;
260 TokenCache token_cache_;
oauth2_token_service.cc 495 TokenCache::iterator token_iterator = token_cache_.find(scopes);
509 TokenCache::iterator token_iterator = token_cache_.find(scopes);
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 90 std::string TokenCache;
224 TokenCache.clear();
  /external/clang/lib/Frontend/
CompilerInstance.cpp 216 if (!PPOpts.TokenCache.empty())
217 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 1413 milliseconds