FaviconWebUIHandler   50 chrome/browser/ui/webui/app_launcher_page_ui.cc     web_ui->AddMessageHandler(new FaviconWebUIHandler());
FaviconWebUIHandler   50 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc   explicit ExtensionIconColorManager(FaviconWebUIHandler* handler)
FaviconWebUIHandler   62 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc   FaviconWebUIHandler* handler_;
FaviconWebUIHandler   65 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc FaviconWebUIHandler::FaviconWebUIHandler()
FaviconWebUIHandler   70 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc FaviconWebUIHandler::~FaviconWebUIHandler() {
FaviconWebUIHandler   73 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc void FaviconWebUIHandler::RegisterMessages() {
FaviconWebUIHandler   75 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc       base::Bind(&FaviconWebUIHandler::HandleGetFaviconDominantColor,
FaviconWebUIHandler   78 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc       base::Bind(&FaviconWebUIHandler::HandleGetAppIconDominantColor,
FaviconWebUIHandler   82 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc void FaviconWebUIHandler::HandleGetFaviconDominantColor(
FaviconWebUIHandler  120 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc       base::Bind(&FaviconWebUIHandler::OnFaviconDataAvailable,
FaviconWebUIHandler  126 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc void FaviconWebUIHandler::OnFaviconDataAvailable(
FaviconWebUIHandler  142 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc void FaviconWebUIHandler::HandleGetAppIconDominantColor(
FaviconWebUIHandler  156 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc void FaviconWebUIHandler::NotifyAppIconReady(const std::string& extension_id) {
FaviconWebUIHandler   23 chrome/browser/ui/webui/ntp/favicon_webui_handler.h class FaviconWebUIHandler : public content::WebUIMessageHandler {
FaviconWebUIHandler   25 chrome/browser/ui/webui/ntp/favicon_webui_handler.h   FaviconWebUIHandler();
FaviconWebUIHandler   26 chrome/browser/ui/webui/ntp/favicon_webui_handler.h   virtual ~FaviconWebUIHandler();
FaviconWebUIHandler   64 chrome/browser/ui/webui/ntp/favicon_webui_handler.h   DISALLOW_COPY_AND_ASSIGN(FaviconWebUIHandler);
FaviconWebUIHandler  109 chrome/browser/ui/webui/ntp/new_tab_ui.cc     web_ui->AddMessageHandler(new FaviconWebUIHandler());
FaviconWebUIHandler  131 chrome/browser/ui/webui/ntp/new_tab_ui.cc   web_ui->AddMessageHandler(new FaviconWebUIHandler());