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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 118 // FaviconHandler as the FaviconHandler stores favicons resized to all
188 FaviconHandler::DownloadRequest::DownloadRequest()
191 FaviconHandler::DownloadRequest::~DownloadRequest() {
194 FaviconHandler::DownloadRequest::DownloadRequest(
202 FaviconHandler::FaviconCandidate::FaviconCandidate()
205 FaviconHandler::FaviconCandidate::~FaviconCandidate() {
208 FaviconHandler::FaviconCandidate::FaviconCandidate(
222 FaviconHandler::FaviconHandler(FaviconClient* client
    [all...]
favicon_tab_helper.h 27 class FaviconHandler;
114 scoped_ptr<FaviconHandler> favicon_handler_;
118 scoped_ptr<FaviconHandler> touch_icon_handler_;
favicon_handler.h 31 // FaviconHandler works with FaviconDriver to fetch the specific type of
77 class FaviconHandler {
84 FaviconHandler(FaviconClient* client,
88 virtual ~FaviconHandler();
118 // These virtual methods make FaviconHandler testable and are overridden by
295 DISALLOW_COPY_AND_ASSIGN(FaviconHandler);
favicon_tab_helper.cc 50 favicon_handler_.reset(new FaviconHandler(client_.get(),
52 FaviconHandler::FAVICON,
55 touch_icon_handler_.reset(new FaviconHandler(client_.get(),
57 FaviconHandler::TOUCH,
favicon_handler_unittest.cc 238 // This class is used to catch the FaviconHandler's download and history
239 // request, and also provide the methods to access the FaviconHandler
241 class TestFaviconHandler : public FaviconHandler {
248 : FaviconHandler(client, driver, type, download_largest_icon),
285 return FaviconHandler::current_candidate();
355 // FaviconHandler.
453 // a downloaded bitmap in FaviconHandler::OnDidDownloadFavicon().
486 page_url, &client, &driver, FaviconHandler::FAVICON, false);
500 // Verify FaviconHandler status
510 // Verify FaviconHandler statu
    [all...]

Completed in 185 milliseconds