HomeSort by relevance Sort by last modified time
    Searched defs:TokenCache (Results 1 - 3 of 3) 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...]
  /external/chromium_org/chrome/browser/signin/
oauth2_token_service.h 259 typedef std::map<ScopeSet, CacheEntry> TokenCache;
260 TokenCache token_cache_;
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 90 std::string TokenCache;
224 TokenCache.clear();

Completed in 67 milliseconds