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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.h35 class ProfileInfoCache : public ProfileInfoInterface, class in inherits:ProfileInfoInterface,base::SupportsWeakPtr
36 public base::SupportsWeakPtr<ProfileInfoCache> {
38 ProfileInfoCache(PrefService* prefs, const base::FilePath& user_data_dir);
39 virtual ~ProfileInfoCache();
147 // rather than going through the ProfileInfoCache object.
197 DISALLOW_COPY_AND_ASSIGN(ProfileInfoCache);
H A Dprofile_info_cache.cc177 ProfileInfoCache::ProfileInfoCache(PrefService* prefs, function in class:ProfileInfoCache
200 ProfileInfoCache::~ProfileInfoCache() {
205 void ProfileInfoCache::AddProfileToCache(const base::FilePath& profile_path,
236 void ProfileInfoCache::AddObserver(ProfileInfoCacheObserver* obs) {
240 void ProfileInfoCache::RemoveObserver(ProfileInfoCacheObserver* obs) {
244 void ProfileInfoCache::DeleteProfileFromCache(
273 size_t ProfileInfoCache::GetNumberOfProfiles() const {
277 size_t ProfileInfoCache
[all...]

Completed in 194 milliseconds