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

  /external/chromium_org/content/renderer/
image_loading_helper.h 46 bool DownloadImage(int id,
51 // This callback is triggered when DownloadImage completes, either
52 // succesfully or with a failure. See DownloadImage for more
68 // ImageResourceFetchers schedule via DownloadImage.
image_loading_helper.cc 121 if (DownloadImage(id, image_url, is_favicon, max_image_size)) {
135 bool ImageLoadingHelper::DownloadImage(int id,
  /external/chromium_org/chrome/browser/extensions/
favicon_downloader.cc 40 int FaviconDownloader::DownloadImage(const GURL& url) {
41 return web_contents()->DownloadImage(
78 in_progress_requests_.insert(DownloadImage(*it));
favicon_downloader.h 49 virtual int DownloadImage(const GURL& url);
favicon_downloader_unittest.cc 59 virtual int DownloadImage(const GURL& url) OVERRIDE {
  /external/chromium_org/chrome/test/ispy/common/
ispy_utils_unittest.py 47 # Check that the DownloadImage function gets the correct images.
50 self.ispy_utils.DownloadImage('path/to/white.png')),
54 self.ispy_utils.DownloadImage('path/to/black.png')),
58 self.ispy_utils.DownloadImage('path/to/red.png')),
60 # Check that the DownloadImage function throws an error for a
63 self.ispy_utils.DownloadImage,
  /external/chromium_org/android_webview/browser/
icon_helper.cc 74 web_contents()->DownloadImage(i->icon_url,
  /external/chromium_org/content/browser/download/
download_stats.cc 411 enum DownloadImage {
424 DownloadImage download_image;
437 DownloadImage download_image = DOWNLOAD_IMAGE_UNRECOGNIZED;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.cc 111 web_contents_->DownloadImage(
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 150 return web_contents()->DownloadImage(
  /external/chromium_org/chrome/browser/web_applications/
update_shortcut_worker_win.cc 88 web_contents_->DownloadImage(
  /external/chromium_org/content/public/browser/
web_contents.h 537 max bitmap size passed to DownloadImage(). Each entry in the bitmaps
551 virtual int DownloadImage(const GURL& url,
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 382 contents->DownloadImage(
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 400 web_contents()->DownloadImage(iter->icon_url,
  /external/chromium_org/apps/
app_window.cc 581 web_contents()->DownloadImage(
597 web_contents()->DownloadImage(
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 476 pending_download_id_ = web_contents_->DownloadImage(
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 294 virtual int DownloadImage(const GURL& url,
    [all...]
web_contents_impl.cc     [all...]

Completed in 553 milliseconds