HomeSort by relevance Sort by last modified time
    Searched refs:TokenCache (Results 1 - 5 of 5) 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/clang/include/clang/Lex/
PreprocessorOptions.h 90 std::string TokenCache;
224 TokenCache.clear();
  /external/clang/lib/Frontend/
CompilerInstance.cpp 219 if (!PPOpts.TokenCache.empty())
220 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 175 milliseconds