Home | History | Annotate | Download | only in autocomplete

Lines Matching full:profile

29 #include "chrome/browser/profiles/profile.h"
490 Profile* profile,
492 : profile_(profile),
498 void AutocompleteProvider::SetProfile(Profile* profile) {
499 DCHECK(profile);
501 profile_ = profile;
784 Profile* profile,
789 search_provider_ = new SearchProvider(this, profile);
795 providers_.push_back(new HistoryQuickProvider(this, profile));
798 providers_.push_back(new HistoryURLProvider(this, profile));
799 providers_.push_back(new KeywordProvider(this, profile));
800 providers_.push_back(new HistoryContentsProvider(this, profile));
801 providers_.push_back(new BuiltinProvider(this, profile));
802 providers_.push_back(new ExtensionAppProvider(this, profile));
823 void AutocompleteController::SetProfile(Profile* profile) {
826 (*i)->SetProfile(profile);
828 // different profile.