Home | History | Annotate | Download | only in views

Lines Matching full:profile

13 #include "chrome/browser/profiles/profile.h"
127 void ToolbarView::Init(Profile* profile) {
154 location_bar_ = new LocationBarView(profile, browser_->command_updater(),
203 show_home_button_.Init(prefs::kShowHomeButton, profile->GetPrefs(), this);
206 SetProfile(profile);
217 void ToolbarView::SetProfile(Profile* profile) {
218 if (profile != profile_) {
219 profile_ = profile;
220 location_bar_->SetProfile(profile);