Home
last modified time | relevance | path

Searched refs:OnDownloadData (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc260 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/
Durlrequest_client_ctocpp.h45 void OnDownloadData(CefRefPtr<CefURLRequest> request,
Durlrequest_client_ctocpp.cc89 void CefURLRequestClientCToCpp::OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in CefURLRequestClientCToCpp
/third_party/cef/include/
Dcef_urlrequest.h173 virtual void OnDownloadData(CefRefPtr<CefURLRequest> request,
/third_party/cef/libcef_dll/cpptoc/
Durlrequest_client_cpptoc.cc110 CefURLRequestClientCppToC::Get(self)->OnDownloadData( in urlrequest_client_on_download_data()
/third_party/cef/tests/cefclient/browser/
Durlrequest_test.cc59 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in client::urlrequest_test::__anon44a7b9c00111::RequestClient
/third_party/cef/tests/ceftests/
Dtest_request.cc51 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in test_request::__anonbdf70bee0111::RequestClient
Dserver_unittest.cc902 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in __anond806461c0111::StaticHttpURLRequestClient
Durlrequest_unittest.cc3512 void OnDownloadData(CefRefPtr<CefURLRequest> request, in OnDownloadData() function in __anond8593de10211::InvalidURLTestClient
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc505 client_->OnDownloadData(url_request_.get(), string_piece.data(), in OnDataReceived()