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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_top_sites.h 55 SuggestionsCombiner* combiner_; member in class:SuggestionsSourceTopSites
suggestions_combiner_unittest.cc 139 : combiner_(NULL),
152 combiner_->OnItemsReady();
191 DCHECK(!combiner_);
192 combiner_ = combiner;
196 SuggestionsCombiner* combiner_; member in class:SuggestionsSourceStub
217 SuggestionsCombiner* combiner_; member in class:SuggestionsCombinerTest
220 delete combiner_;
221 combiner_ = new SuggestionsCombiner(suggestions_handler_, profile_);
228 combiner_ = new SuggestionsCombiner(suggestions_handler_, profile_);
232 delete combiner_;
    [all...]

Completed in 94 milliseconds