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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 35 class ProfileInfoCache : public ProfileInfoInterface,
36 public base::SupportsWeakPtr<ProfileInfoCache> {
38 ProfileInfoCache(PrefService* prefs, const base::FilePath& user_data_dir);
39 virtual ~ProfileInfoCache();
133 // rather than going through the ProfileInfoCache object.
183 DISALLOW_COPY_AND_ASSIGN(ProfileInfoCache);
profile_info_cache.cc 174 ProfileInfoCache::ProfileInfoCache(PrefService* prefs,
198 ProfileInfoCache::~ProfileInfoCache() {
203 void ProfileInfoCache::AddProfileToCache(const base::FilePath& profile_path,
233 void ProfileInfoCache::AddObserver(ProfileInfoCacheObserver* obs) {
237 void ProfileInfoCache::RemoveObserver(ProfileInfoCacheObserver* obs) {
241 void ProfileInfoCache::DeleteProfileFromCache(
270 size_t ProfileInfoCache::GetNumberOfProfiles() const {
274 size_t ProfileInfoCache::GetIndexOfProfileWithPath
    [all...]

Completed in 34 milliseconds