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

  /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));
  /external/chromium_org/chrome/test/ispy/common/
ispy_utils.py 88 def DownloadImage(self, full_path):
179 return Expectation(self.DownloadImage(GetExpectationPath(expectation,
181 self.DownloadImage(GetExpectationPath(expectation,
281 expected = self.DownloadImage(
283 actual = self.DownloadImage(
285 diff = self.DownloadImage(
  /external/chromium_org/content/renderer/
image_loading_helper.cc 121 if (DownloadImage(id, image_url, is_favicon, max_image_size)) {
135 bool ImageLoadingHelper::DownloadImage(int id,
  /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/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 297 milliseconds