Home
last modified time | relevance | path

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

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