Searched refs:CacheKeyFromProfilePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc191 std::string key = CacheKeyFromProfilePath(profile_path);
248 std::string key = CacheKeyFromProfilePath(profile_path);
270 std::string search_key = CacheKeyFromProfilePath(profile_path);
373 std::string key = CacheKeyFromProfilePath(path);
629 std::string key = CacheKeyFromProfilePath(path);
913 std::string ProfileInfoCache::CacheKeyFromProfilePath( function in class:ProfileInfoCache
974 std::string key = CacheKeyFromProfilePath(GetPathOfProfileAtIndex(index));
H A Dprofile_info_cache.h172 std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const;

Completed in 539 milliseconds