Home | History | Annotate | Download | only in autocomplete

Lines Matching full:profile

28 #include "chrome/browser/profiles/profile.h"
67 Profile* profile)
69 autocomplete_controller_(new AutocompleteController(profile, this))),
81 profile_(profile),
90 void AutocompleteEditModel::SetProfile(Profile* profile) {
91 DCHECK(profile);
92 profile_ = profile;
93 autocomplete_controller_->SetProfile(profile);
94 popup_->set_profile(profile);
498 NotificationType::OMNIBOX_OPENED_URL, Source<Profile>(profile_),