Searched defs:FaviconWebUIHandler (Results 1 - 2 of 2) 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.cc46 // icon loads to the FaviconWebUIHandler. Base class does caching of icons.
49 explicit ExtensionIconColorManager(FaviconWebUIHandler* handler)
61 FaviconWebUIHandler* handler_;
64 FaviconWebUIHandler::FaviconWebUIHandler() function in class:FaviconWebUIHandler
69 FaviconWebUIHandler::~FaviconWebUIHandler() {
72 void FaviconWebUIHandler::RegisterMessages() {
74 base::Bind(&FaviconWebUIHandler::HandleGetFaviconDominantColor,
77 base::Bind(&FaviconWebUIHandler
[all...]

Completed in 424 milliseconds