/third_party/cef/libcef/renderer/ |
D | render_urlrequest_impl.cc | 260 client_->OnDownloadData(url_request_.get(), buffer, read_bytes); in OnBodyReadable() 292 void OnDownloadData(const char* data, int dataLength) { in OnDownloadData() function in CefRenderURLRequest::Context 294 client_->OnDownloadData(url_request_.get(), data, dataLength); in OnDownloadData() 370 context_->OnDownloadData(data, dataLength); in DidReceiveData()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | urlrequest_client_ctocpp.h | 45 void OnDownloadData(CefRefPtr<CefURLRequest> request,
|
D | urlrequest_client_ctocpp.cc | 89 void CefURLRequestClientCToCpp::OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in CefURLRequestClientCToCpp
|
/third_party/cef/include/ |
D | cef_urlrequest.h | 173 virtual void OnDownloadData(CefRefPtr<CefURLRequest> request,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | urlrequest_client_cpptoc.cc | 110 CefURLRequestClientCppToC::Get(self)->OnDownloadData( in urlrequest_client_on_download_data()
|
/third_party/cef/tests/cefclient/browser/ |
D | urlrequest_test.cc | 59 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in client::urlrequest_test::__anon44a7b9c00111::RequestClient
|
/third_party/cef/tests/ceftests/ |
D | test_request.cc | 51 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in test_request::__anonbdf70bee0111::RequestClient
|
D | server_unittest.cc | 902 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in __anond806461c0111::StaticHttpURLRequestClient
|
D | urlrequest_unittest.cc | 3512 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in __anond8593de10211::InvalidURLTestClient
|
/third_party/cef/libcef/browser/net_service/ |
D | browser_urlrequest_impl.cc | 505 client_->OnDownloadData(url_request_.get(), string_piece.data(), in OnDataReceived()
|