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

  /external/chromium_org/chrome/test/functional/ispy/ispy_core/tools/
rendering_test_manager.py 37 def DownloadImage(self, full_path):
98 return Test(self.DownloadImage(posixpath.join(path, 'expected.png')),
99 self.DownloadImage(posixpath.join(path, 'mask.png')))
173 expected = self.DownloadImage(posixpath.join(test_path, 'expected.png'))
174 mask = self.DownloadImage(posixpath.join(test_path, 'mask.png'))
175 actual = self.DownloadImage(posixpath.join(failure_path, 'actual.png'))
  /external/chromium_org/content/renderer/
image_loading_helper.cc 108 if (DownloadImage(
123 bool ImageLoadingHelper::DownloadImage(int id,
  /external/chromium/chrome/browser/
favicon_helper.cc 106 int FaviconHelper::DownloadImage(const GURL& image_url,
  /external/chromium_org/content/browser/download/
download_stats.cc 253 enum DownloadImage {
266 DownloadImage download_image;
279 DownloadImage download_image = DOWNLOAD_IMAGE_UNRECOGNIZED;
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 113 milliseconds