Searched refs:SuggestionsStore (Results 1 – 7 of 7) sorted by relevance
16 SuggestionsStore::SuggestionsStore(PrefService* profile_prefs) in SuggestionsStore() function in suggestions::SuggestionsStore21 SuggestionsStore::~SuggestionsStore() {} in ~SuggestionsStore()23 bool SuggestionsStore::LoadSuggestions(SuggestionsProfile* suggestions) { in LoadSuggestions()46 bool SuggestionsStore::StoreSuggestions(const SuggestionsProfile& suggestions) { in StoreSuggestions()57 void SuggestionsStore::ClearSuggestions() { in ClearSuggestions()62 void SuggestionsStore::RegisterProfilePrefs( in RegisterProfilePrefs()
21 class SuggestionsStore {23 explicit SuggestionsStore(PrefService* profile_prefs);24 virtual ~SuggestionsStore();44 SuggestionsStore() {} in SuggestionsStore() function50 DISALLOW_COPY_AND_ASSIGN(SuggestionsStore);
33 class SuggestionsStore; variable49 scoped_ptr<SuggestionsStore> suggestions_store);107 scoped_ptr<SuggestionsStore> suggestions_store_;
48 scoped_ptr<SuggestionsStore> suggestions_store( in BuildServiceInstanceFor()49 new SuggestionsStore(the_profile->GetPrefs())); in BuildServiceInstanceFor()
43 SuggestionsStore::RegisterProfilePrefs(prefs.registry()); in TEST()44 SuggestionsStore suggestions_store(&prefs); in TEST()
87 Profile* profile, scoped_ptr<SuggestionsStore> suggestions_store) in SuggestionsService()192 SuggestionsStore::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
86 class MockSuggestionsStore : public suggestions::SuggestionsStore {161 profile_.get(), scoped_ptr<SuggestionsStore>(mock_suggestions_store_)); in CreateSuggestionsServiceWithMockStore()