Home
last modified time | relevance | path

Searched defs:download_item (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Ddownload_handler_ctocpp.cc27 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload()
65 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()
/third_party/cef/libcef_dll/cpptoc/
Ddownload_handler_cpptoc.cc29 struct _cef_download_item_t* download_item, in download_handler_on_before_download()
66 struct _cef_download_item_t* download_item, in download_handler_on_download_updated()
/third_party/cef/include/
Dcef_download_handler.h116 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()
/third_party/cef/libcef/browser/
Ddownload_manager_delegate.cc293 CefRefPtr<CefDownloadItemImpl> download_item( in OnDownloadUpdated() local
386 CefRefPtr<CefDownloadItemImpl> download_item(new CefDownloadItemImpl(item)); in DetermineDownloadTarget() local
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc321 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload()
363 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()
Dtest_handler.h155 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc492 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload()
503 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()