HomeSort by relevance Sort by last modified time
    Searched defs:SuggestionsStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/suggestions/
suggestions_store.h 21 class SuggestionsStore {
23 explicit SuggestionsStore(PrefService* profile_prefs);
24 virtual ~SuggestionsStore();
39 // Register SuggestionsStore related prefs in the Profile prefs.
44 SuggestionsStore() {}
50 DISALLOW_COPY_AND_ASSIGN(SuggestionsStore);
suggestions_store.cc 17 SuggestionsStore::SuggestionsStore(PrefService* profile_prefs)
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 62 milliseconds