/third_party/cef/libcef/renderer/ |
D | render_urlrequest_impl.cc | 256 client_->OnDownloadProgress(url_request_.get(), download_data_received_, in OnBodyReadable() 282 void OnDownloadProgress(int64_t current) { in OnDownloadProgress() function in CefRenderURLRequest::Context 288 client_->OnDownloadProgress(url_request_.get(), download_data_received_, in OnDownloadProgress() 367 context_->OnDownloadProgress(dataLength); in DidReceiveData()
|
/third_party/cef/libcef/browser/net_service/ |
D | browser_urlrequest_impl.cc | 400 &CefBrowserURLRequest::Context::OnDownloadProgress, in ContinueOnOriginatingThread() 422 OnDownloadProgress(0); in OnHeadersOnly() 472 void OnDownloadProgress(uint64_t current) { in OnDownloadProgress() function in CefBrowserURLRequest::Context 484 client_->OnDownloadProgress(url_request_.get(), current, in OnDownloadProgress()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | urlrequest_client_ctocpp.h | 42 void OnDownloadProgress(CefRefPtr<CefURLRequest> request,
|
D | urlrequest_client_ctocpp.cc | 66 void CefURLRequestClientCToCpp::OnDownloadProgress( in OnDownloadProgress() function in CefURLRequestClientCToCpp
|
/third_party/cef/include/ |
D | cef_urlrequest.h | 163 virtual void OnDownloadProgress(CefRefPtr<CefURLRequest> request,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | urlrequest_client_cpptoc.cc | 84 CefURLRequestClientCppToC::Get(self)->OnDownloadProgress( in urlrequest_client_on_download_progress()
|
/third_party/cef/tests/cefclient/browser/ |
D | urlrequest_test.cc | 55 void OnDownloadProgress(CefRefPtr<CefURLRequest> request, in OnDownloadProgress() function in client::urlrequest_test::__anon44a7b9c00111::RequestClient
|
/third_party/cef/tests/ceftests/ |
D | test_request.cc | 41 void OnDownloadProgress(CefRefPtr<CefURLRequest> request, in OnDownloadProgress() function in test_request::__anonbdf70bee0111::RequestClient
|
D | server_unittest.cc | 898 void OnDownloadProgress(CefRefPtr<CefURLRequest> request, in OnDownloadProgress() function in __anond806461c0111::StaticHttpURLRequestClient
|
D | urlrequest_unittest.cc | 3506 void OnDownloadProgress(CefRefPtr<CefURLRequest> request, in OnDownloadProgress() function in __anond8593de10211::InvalidURLTestClient
|