Home
last modified time | relevance | path

Searched refs:backing_file_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/policy/
Duser_policy_cache.h26 explicit UserPolicyCache(const FilePath& backing_file_path);
Duser_policy_cache.cc72 UserPolicyCache::UserPolicyCache(const FilePath& backing_file_path) in UserPolicyCache() argument
73 : backing_file_path_(backing_file_path) { in UserPolicyCache()