SuggestionsHandler 113 chrome/browser/ui/webui/ntp/new_tab_ui.cc web_ui->AddMessageHandler(new SuggestionsHandler()); SuggestionsHandler 254 chrome/browser/ui/webui/ntp/new_tab_ui.cc SuggestionsHandler::RegisterProfilePrefs(registry); SuggestionsHandler 15 chrome/browser/ui/webui/ntp/suggestions_combiner.h class SuggestionsHandler; SuggestionsHandler 216 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc SuggestionsHandler* suggestions_handler_; SuggestionsHandler 227 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc suggestions_handler_ = new SuggestionsHandler(); SuggestionsHandler 41 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc SuggestionsHandler::SuggestionsHandler() SuggestionsHandler 47 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc SuggestionsHandler::~SuggestionsHandler() { SuggestionsHandler 63 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::RegisterMessages() { SuggestionsHandler 95 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc base::Bind(&SuggestionsHandler::HandleGetSuggestions, SuggestionsHandler 99 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc base::Bind(&SuggestionsHandler::HandleBlacklistURL, SuggestionsHandler 102 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc base::Bind(&SuggestionsHandler::HandleRemoveURLsFromBlacklist, SuggestionsHandler 105 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc base::Bind(&SuggestionsHandler::HandleClearBlacklist, SuggestionsHandler 108 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc base::Bind(&SuggestionsHandler::HandleSuggestedSitesAction, SuggestionsHandler 111 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc base::Bind(&SuggestionsHandler::HandleSuggestedSitesSelected, SuggestionsHandler 115 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::HandleGetSuggestions(const base::ListValue* args) { SuggestionsHandler 125 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::OnSuggestionsReady() { SuggestionsHandler 132 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::SendPagesValue() { SuggestionsHandler 143 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::HandleBlacklistURL(const base::ListValue* args) { SuggestionsHandler 148 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::HandleRemoveURLsFromBlacklist( SuggestionsHandler 154 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::HandleClearBlacklist(const base::ListValue* args) { SuggestionsHandler 158 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::HandleSuggestedSitesAction( SuggestionsHandler 173 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::HandleSuggestedSitesSelected( SuggestionsHandler 178 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::Observe(int type, SuggestionsHandler 187 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::BlacklistURL(const GURL& url) { SuggestionsHandler 191 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc std::string SuggestionsHandler::GetDictionaryKeyForURL(const std::string& url) { SuggestionsHandler 196 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc void SuggestionsHandler::RegisterProfilePrefs( SuggestionsHandler 35 chrome/browser/ui/webui/ntp/suggestions_page_handler.h class SuggestionsHandler : public content::WebUIMessageHandler, SuggestionsHandler 39 chrome/browser/ui/webui/ntp/suggestions_page_handler.h SuggestionsHandler(); SuggestionsHandler 40 chrome/browser/ui/webui/ntp/suggestions_page_handler.h virtual ~SuggestionsHandler(); SuggestionsHandler 98 chrome/browser/ui/webui/ntp/suggestions_page_handler.h DISALLOW_COPY_AND_ASSIGN(SuggestionsHandler);