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

  /external/chromium_org/chrome/browser/android/
most_visited_sites.cc 30 #include "components/suggestions/suggestions_service.h"
263 SuggestionsService* suggestions_service = local
265 bool use_suggestions_service = suggestions_service &&
266 mv_source_ == SUGGESTIONS_SERVICE;
270 suggestions_service, url_string,
298 case SUGGESTIONS_SERVICE: {
299 SuggestionsService* suggestions_service = local
301 DCHECK(suggestions_service);
302 suggestions_service->BlacklistURL(
323 case SUGGESTIONS_SERVICE:
363 SuggestionsService* suggestions_service = local
    [all...]
most_visited_sites.h 82 // Requests a server thumbnail from the |suggestions_service|.
84 suggestions::SuggestionsService* suggestions_service,
130 SUGGESTIONS_SERVICE

Completed in 224 milliseconds