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 210 std::string key = CacheKeyFromProfilePath(profile_path);
259 std::string key = CacheKeyFromProfilePath(profile_path);
281 std::string search_key = CacheKeyFromProfilePath(profile_path);
373 std::string key = CacheKeyFromProfilePath(path);
429 std::string key = CacheKeyFromProfilePath(path);
622 std::string key = CacheKeyFromProfilePath(path);
865 std::string ProfileInfoCache::CacheKeyFromProfilePath(
894 std::string key = CacheKeyFromProfilePath(GetPathOfProfileAtIndex(index));
profile_info_cache.h 162 std::string CacheKeyFromProfilePath(const base::FilePath& profile_path) const;

Completed in 23 milliseconds