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/Frontend/
PreprocessorOptions.h 94 std::string TokenCache;
215 TokenCache.clear();
  /external/clang/lib/Frontend/
CompilerInstance.cpp 222 if (!PPOpts.TokenCache.empty())
223 PTHMgr = PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
    [all...]
CompilerInvocation.cpp 802 if (!Opts.TokenCache.empty()) {
805 Res.push_back(Opts.TokenCache);
807 assert(Opts.ImplicitPTHInclude == Opts.TokenCache &&
    [all...]

Completed in 256 milliseconds