HomeSort by relevance Sort by last modified time
    Searched refs:LoadSuggestions (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/search/suggestions/
suggestions_store.h 30 virtual bool LoadSuggestions(SuggestionsProfile* suggestions);
suggestions_store_unittest.cc 51 EXPECT_FALSE(suggestions_store.LoadSuggestions(&recovered_suggestions));
56 EXPECT_TRUE(suggestions_store.LoadSuggestions(&recovered_suggestions));
61 EXPECT_FALSE(suggestions_store.LoadSuggestions(&recovered_suggestions));
suggestions_store.cc 23 bool SuggestionsStore::LoadSuggestions(SuggestionsProfile* suggestions) {
suggestions_service.cc 252 suggestions_store_->LoadSuggestions(&suggestions);
287 suggestions_store_->LoadSuggestions(&suggestions);
suggestions_service_unittest.cc 88 MOCK_METHOD1(LoadSuggestions, bool(SuggestionsProfile*));
267 EXPECT_CALL(*mock_suggestions_store_, LoadSuggestions(_))

Completed in 3809 milliseconds