Searched defs:DownloadImage (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/functional/ispy/common/
H A Dispy_utils.py72 def DownloadImage(self, full_path): member in class:ISpyUtils
164 return Expectation(self.DownloadImage(GetExpectationPath(expectation,
166 self.DownloadImage(GetExpectationPath(expectation,
266 expected = self.DownloadImage(
268 actual = self.DownloadImage(
270 diff = self.DownloadImage(
/external/chromium_org/content/renderer/
H A Dimage_loading_helper.cc121 if (DownloadImage(id, image_url, is_favicon, max_image_size)) {
135 bool ImageLoadingHelper::DownloadImage(int id, function in class:content::ImageLoadingHelper
/external/chromium/chrome/browser/
H A Dfavicon_helper.cc106 int FaviconHelper::DownloadImage(const GURL& image_url, function in class:FaviconHelper
/external/chromium_org/content/browser/download/
H A Ddownload_stats.cc411 enum DownloadImage { enum in namespace:content::__anon7968
424 DownloadImage download_image;
437 DownloadImage download_image = DOWNLOAD_IMAGE_UNRECOGNIZED;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2044 int WebContentsImpl::DownloadImage(const GURL& url, function in class:content::WebContentsImpl

Completed in 196 milliseconds