Searched defs:SuggestionsStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/suggestions/
H A Dsuggestions_store.h21 class SuggestionsStore { class in namespace:suggestions
23 explicit SuggestionsStore(PrefService* profile_prefs);
24 virtual ~SuggestionsStore();
39 // Register SuggestionsStore related prefs in the Profile prefs.
44 SuggestionsStore() {} function in class:suggestions::SuggestionsStore
50 DISALLOW_COPY_AND_ASSIGN(SuggestionsStore);
H A Dsuggestions_store.cc17 SuggestionsStore::SuggestionsStore(PrefService* profile_prefs) function in class:suggestions::SuggestionsStore
22 SuggestionsStore::~SuggestionsStore() {}
24 bool SuggestionsStore::LoadSuggestions(SuggestionsProfile* suggestions) {
61 void SuggestionsStore::FilterExpiredSuggestions(
76 bool SuggestionsStore::StoreSuggestions(const SuggestionsProfile& suggestions) {
87 void SuggestionsStore::ClearSuggestions() {
92 void SuggestionsStore::RegisterProfilePrefs(

Completed in 91 milliseconds