HomeSort by relevance Sort by last modified time
    Searched refs:CacheKeyFromProfilePath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 208 std::string key = CacheKeyFromProfilePath(profile_path);
256 std::string key = CacheKeyFromProfilePath(profile_path);
278 std::string search_key = CacheKeyFromProfilePath(profile_path);
351 std::string key = CacheKeyFromProfilePath(path);
401 std::string key = CacheKeyFromProfilePath(path);
573 std::string key = CacheKeyFromProfilePath(path);
805 std::string ProfileInfoCache::CacheKeyFromProfilePath(
834 std::string key = CacheKeyFromProfilePath(GetPathOfProfileAtIndex(index));
profile_info_cache.h 148 std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const;

Completed in 192 milliseconds