Home | History | Annotate | Download | only in profiles

Lines Matching full:profile

5 // This class gathers state related to a single user profile.
16 #include "chrome/browser/profiles/profile.h"
36 // The default profile implementation.
37 class ProfileImpl : public Profile,
46 // Profile implementation.
50 virtual Profile* GetOffTheRecordProfile();
53 virtual Profile* GetOriginalProfile();
109 virtual bool IsSameProfile(Profile* profile);
157 friend class Profile;
160 Profile::Delegate* delegate);
267 scoped_ptr<Profile> off_the_record_profile_;
289 // The AppCacheService for this profile, shared by all requests contexts
290 // associated with this profile. Should only be used on the IO thread.
293 // The main database tracker for this profile.
316 Profile::Delegate* delegate_;