Lines Matching full:profile
48 class Profile;
134 // The name of the directory inside the profile where extensions are
165 // Constructor stores pointers to |profile| and |extension_prefs| but
167 ExtensionService(Profile* profile,
197 // sub-profile (incognito to original profile, or vice versa).
383 Profile* profile();
385 // Profile calls this when it is being destroyed so that we know not to call
536 // The profile this ExtensionService is part of.
537 Profile* profile_;
539 // Preferences for the owning profile (weak reference).