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

  /external/chromium/chrome/browser/
favicon_helper.cc 221 int FaviconHelper::DownloadFavicon(const GURL& image_url, int image_size) {
222 return tab_contents()->render_view_host()->DownloadFavicon(image_url,
425 const int download_id = DownloadFavicon(image_url, image_size);
favicon_helper.h 110 virtual int DownloadFavicon(const GURL& image_url, int image_size);
favicon_helper_unittest.cc 213 virtual int DownloadFavicon(const GURL& image_url, int image_size) OVERRIDE {
324 TEST_F(FaviconHelperTest, DownloadFavicon) {
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 107 // to the maximum bitmap size passed to DownloadFavicon().
128 virtual int DownloadFavicon(const GURL& image_url, int max_bitmap_size);
favicon_handler.cc 438 int FaviconHandler::DownloadFavicon(const GURL& image_url,
626 const int download_id = DownloadFavicon(image_url,
favicon_handler_unittest.cc 284 virtual int DownloadFavicon(const GURL& image_url,
476 TEST_F(FaviconHandlerTest, DownloadFavicon) {
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.h     [all...]

Completed in 267 milliseconds