Home
last modified time | relevance | path

Searched defs:image_url (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Ddownload_image_callback_ctocpp.cc23 const CefString& image_url, in OnDownloadImageFinished()
Dbrowser_host_ctocpp.cc322 const CefString& image_url, in DownloadImage()
/third_party/cef/libcef_dll/cpptoc/
Ddownload_image_callback_cpptoc.cc25 const cef_string_t* image_url, in download_image_callback_on_download_image_finished()
Dbrowser_host_cpptoc.cc353 const cef_string_t* image_url, in browser_host_download_image()
/third_party/cef/libcef/browser/
Dbrowser_host_base.cc227 const CefString& image_url, in DownloadImage()
259 const std::vector<gfx::Size>& sizes) { in DownloadImage()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc231 void OnDownloadImageFinished(const CefString& image_url, in OnDownloadImageFinished()