Home | History | Annotate | Download | only in autocomplete

Lines Matching full:profile

15 class Profile;
22 Profile* profile);
25 // Invoked when the profile has changed.
26 void set_profile(Profile* profile) { profile_ = profile; }
29 Profile* profile() const { return profile_; }
119 // Profile for current tab.
120 Profile* profile_;