Lines Matching full:profile
17 class Profile;
42 // |type| gives the type of session service, |profile| the profile and
43 // |path| the path to save files to. If |profile| is non-NULL, |path| is
44 // ignored and instead the path comes from the profile.
46 Profile* profile,
49 Profile* profile() const { return profile_; }
165 // The profile. This may be null during testing.
166 Profile* profile_;