Searched refs:FaviconWebUIHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dfavicon_webui_handler.h23 class FaviconWebUIHandler : public content::WebUIMessageHandler { class in inherits:content::WebUIMessageHandler
25 FaviconWebUIHandler();
26 virtual ~FaviconWebUIHandler();
64 DISALLOW_COPY_AND_ASSIGN(FaviconWebUIHandler);
H A Dfavicon_webui_handler.cc47 // icon loads to the FaviconWebUIHandler. Base class does caching of icons.
50 explicit ExtensionIconColorManager(FaviconWebUIHandler* handler)
62 FaviconWebUIHandler* handler_;
65 FaviconWebUIHandler::FaviconWebUIHandler() function in class:FaviconWebUIHandler
70 FaviconWebUIHandler::~FaviconWebUIHandler() {
73 void FaviconWebUIHandler::RegisterMessages() {
75 base::Bind(&FaviconWebUIHandler::HandleGetFaviconDominantColor,
78 base::Bind(&FaviconWebUIHandler
[all...]
H A Dnew_tab_ui.cc110 web_ui->AddMessageHandler(new FaviconWebUIHandler());
133 web_ui->AddMessageHandler(new FaviconWebUIHandler());

Completed in 150 milliseconds