Home | Sort by relevance Sort by last modified time |
/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...] |