Searched defs:cache_file (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc35 const FilePath& cache_file);
58 const FilePath& cache_file)
60 cache_file_(cache_file) {}
135 const FilePath& cache_file)
138 cache_ = new TokenCache(weak_ptr_factory_.GetWeakPtr(), cache_file);
56 TokenCache( const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy, const FilePath& cache_file) argument
133 UserPolicyIdentityStrategy( Profile* profile, const FilePath& cache_file) argument

Completed in 86 milliseconds