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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner.h 25 class SuggestionsCombiner {
28 // the SuggestionsCombiner.
34 // SuggestionsCombiner.
38 virtual ~SuggestionsCombiner();
40 explicit SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate,
43 // Add a new source. The SuggestionsCombiner takes ownership of |source|.
63 // Creates a new instance of the SuggestionsCombiner (owned by the callee),
65 static SuggestionsCombiner* Create(SuggestionsCombiner::Delegate* delegate
    [all...]
suggestions_combiner.cc 27 SuggestionsCombiner::SuggestionsCombiner(
28 SuggestionsCombiner::Delegate* delegate,
38 SuggestionsCombiner::~SuggestionsCombiner() {
41 void SuggestionsCombiner::AddSource(SuggestionsSource* source) {
47 void SuggestionsCombiner::EnableDebug(bool enable) {
54 void SuggestionsCombiner::FetchItems(Profile* profile) {
61 base::ListValue* SuggestionsCombiner::GetPageValues() {
65 void SuggestionsCombiner::OnItemsReady()
    [all...]

Completed in 41 milliseconds