HomeSort by relevance Sort by last modified time
    Searched refs:DownloadFavicon (Results 1 - 3 of 3) 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) {

Completed in 24 milliseconds