Home | History | Annotate | Download | only in views

Lines Matching full:profile

29 class Profile;
50 void Init(Profile* profile);
52 // Sets the profile which is active on the currently-active tab.
53 void SetProfile(Profile* profile);
54 Profile* profile() { return profile_; }
197 Profile* profile_;
200 // Contents of the profiles menu to populate with profile names.