Searched defs:GetPathOfProfileAtIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc309 base::FilePath ProfileInfoCache::GetPathOfProfileAtIndex(size_t index) const { function in class:ProfileInfoCache
372 base::FilePath path = GetPathOfProfileAtIndex(index);
491 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
531 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
576 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
609 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
621 base::FilePath path = GetPathOfProfileAtIndex(index);
681 base::FilePath profile_path = GetPathOfProfileAtIndex(index);
894 std::string key = CacheKeyFromProfilePath(GetPathOfProfileAtIndex(index));

Completed in 128 milliseconds