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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source.h 50 virtual void FetchItems(Profile* profile) = 0;
suggestions_source_discovery.h 35 virtual void FetchItems(Profile* profile) OVERRIDE;
suggestions_source_top_sites.h 36 virtual void FetchItems(Profile* profile) OVERRIDE;
suggestions_combiner.h 52 void FetchItems(Profile* profile);
58 // SuggestionsSource::FetchItems.
suggestions_combiner_unittest.cc 174 virtual void FetchItems(Profile* profile) OVERRIDE {
241 combiner_->FetchItems(NULL);
248 combiner_->FetchItems(NULL);
275 combiner_->FetchItems(NULL);
suggestions_page_handler.cc 92 suggestions_combiner_->FetchItems(profile);
121 suggestions_combiner_->FetchItems(Profile::FromWebUI(web_ui()));
183 suggestions_combiner_->FetchItems(Profile::FromWebUI(web_ui()));
suggestions_source_discovery.cc 64 void SuggestionsSourceDiscovery::FetchItems(Profile* profile) {
suggestions_combiner.cc 54 void SuggestionsCombiner::FetchItems(Profile* profile) {
57 sources_[i]->FetchItems(profile);
suggestions_source_top_sites.cc 60 void SuggestionsSourceTopSites::FetchItems(Profile* profile) {
  /external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
suggestions_internals_ui_handler.cc 44 suggestions_combiner_->FetchItems(Profile::FromWebUI(web_ui()));

Completed in 325 milliseconds