Searched defs:download_item (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | download_handler_ctocpp.cc | 27 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload() 65 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | download_handler_cpptoc.cc | 29 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/ |
D | cef_download_handler.h | 116 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()
|
/third_party/cef/libcef/browser/ |
D | download_manager_delegate.cc | 293 CefRefPtr<CefDownloadItemImpl> download_item( in OnDownloadUpdated() local 386 CefRefPtr<CefDownloadItemImpl> download_item(new CefDownloadItemImpl(item)); in DetermineDownloadTarget() local
|
/third_party/cef/tests/ceftests/ |
D | download_unittest.cc | 321 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload() 363 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()
|
D | test_handler.h | 155 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload()
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.cc | 492 CefRefPtr<CefDownloadItem> download_item, in OnBeforeDownload() 503 CefRefPtr<CefDownloadItem> download_item, in OnDownloadUpdated()
|