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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
favicon_webui_handler.h 23 class FaviconWebUIHandler : public content::WebUIMessageHandler {
25 FaviconWebUIHandler();
26 virtual ~FaviconWebUIHandler();
64 DISALLOW_COPY_AND_ASSIGN(FaviconWebUIHandler);
favicon_webui_handler.cc 47 // icon loads to the FaviconWebUIHandler. Base class does caching of icons.
50 explicit ExtensionIconColorManager(FaviconWebUIHandler* handler)
62 FaviconWebUIHandler* handler_;
65 FaviconWebUIHandler::FaviconWebUIHandler()
70 FaviconWebUIHandler::~FaviconWebUIHandler() {
73 void FaviconWebUIHandler::RegisterMessages() {
75 base::Bind(&FaviconWebUIHandler::HandleGetFaviconDominantColor,
78 base::Bind(&FaviconWebUIHandler::HandleGetAppIconDominantColor
    [all...]

Completed in 65 milliseconds