Home | History | Annotate | Download | only in profiles

Lines Matching full:profile

176 // Simple task to log the size of the current profile.
190 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalSize", size_MB);
194 UMA_HISTOGRAM_COUNTS_10000("Profile.HistorySize", size_MB);
198 UMA_HISTOGRAM_COUNTS_10000("Profile.TotalHistorySize", size_MB);
202 UMA_HISTOGRAM_COUNTS_10000("Profile.CookiesSize", size_MB);
206 UMA_HISTOGRAM_COUNTS_10000("Profile.BookmarksSize", size_MB);
210 UMA_HISTOGRAM_COUNTS_10000("Profile.FaviconsSize", size_MB);
214 UMA_HISTOGRAM_COUNTS_10000("Profile.TopSitesSize", size_MB);
218 UMA_HISTOGRAM_COUNTS_10000("Profile.VisitedLinksSize", size_MB);
222 UMA_HISTOGRAM_COUNTS_10000("Profile.WebDataSize", size_MB);
226 UMA_HISTOGRAM_COUNTS_10000("Profile.ExtensionSize", size_MB);
232 Profile* Profile::CreateProfile(const FilePath& path) {
235 // profile directory. We should eventually be able to run in this
244 Profile* Profile::CreateProfileAsync(const FilePath&path,
245 Profile::Delegate* delegate) {
263 Profile::Delegate* delegate)
284 "profile files to the root directory!";
314 // the cache directory depends on the profile directory, which isn't available
320 // Async profile loading is used, so call this on the FILE thread instead.
332 Source<Profile>(this));
365 // Log the profile size after a reasonable startup delay.
580 Source<Profile>(this),
676 Profile* ProfileImpl::GetOffTheRecordProfile() {
678 scoped_ptr<Profile> p(CreateOffTheRecordProfile());
683 Source<Profile>(off_the_record_profile_.get()),
697 Profile* ProfileImpl::GetOriginalProfile() {
805 // The Profile class and ProfileManager class may read some prefs so
807 Profile::RegisterUserPrefs(prefs_.get());
824 // Ensure that preferences set by extensions are restored in the profile
863 // Even when Chromium is started in OTR mode, a normal profile is always
993 Notify(NotificationType::HISTORY_CREATED, Source<Profile>(this),
1060 GetWebDataService(Profile::IMPLICIT_ACCESS));
1067 GetWebDataService(Profile::IMPLICIT_ACCESS));
1119 GetWebDataService(Profile::IMPLICIT_ACCESS),
1212 bool ProfileImpl::IsSameProfile(Profile* profile) {
1213 if (profile == static_cast<Profile*>(this))
1215 Profile* otr_profile = off_the_record_profile_.get();
1216 return otr_profile && profile == otr_profile;
1284 Source<Profile>(this), NotificationService::NoDetails());
1326 Source<Profile>(this), NotificationService::NoDetails());
1342 Source<Profile>(this));
1480 // and user's profile. Global property determines locale of login screen,
1481 // while user's profile determines his personal locale preference.
1507 // Profile synchronization takes time and is not completed at that