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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 138 // FaviconHandler as the FaviconHandler stores favicons resized to all
172 FaviconHandler::DownloadRequest::DownloadRequest()
176 FaviconHandler::DownloadRequest::~DownloadRequest() {
179 FaviconHandler::DownloadRequest::DownloadRequest(
190 FaviconHandler::FaviconCandidate::FaviconCandidate()
195 FaviconHandler::FaviconCandidate::~FaviconCandidate() {
198 FaviconHandler::FaviconCandidate::FaviconCandidate(
213 FaviconHandler::FaviconHandler(Profile* profile
    [all...]
favicon_handler.h 34 // FaviconHandler works with FaviconTabHelper to fetch the specific type of
79 class FaviconHandler {
86 FaviconHandler(Profile* profile,
89 virtual ~FaviconHandler();
117 // These virtual methods make FaviconHandler testable and are overridden by
283 DISALLOW_COPY_AND_ASSIGN(FaviconHandler);

Completed in 76 milliseconds