Home
last modified time | relevance | path

Searched refs:CefResponseImpl (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/common/
Dresponse_impl.cc31 CefRefPtr<CefResponse> response(new CefResponseImpl()); in Create()
37 CefResponseImpl::CefResponseImpl() in CefResponseImpl() function in CefResponseImpl
40 bool CefResponseImpl::IsReadOnly() { in IsReadOnly()
45 cef_errorcode_t CefResponseImpl::GetError() { in GetError()
50 void CefResponseImpl::SetError(cef_errorcode_t error) { in SetError()
56 int CefResponseImpl::GetStatus() { in GetStatus()
61 void CefResponseImpl::SetStatus(int status) { in SetStatus()
67 CefString CefResponseImpl::GetStatusText() { in GetStatusText()
72 void CefResponseImpl::SetStatusText(const CefString& statusText) { in SetStatusText()
78 CefString CefResponseImpl::GetMimeType() { in GetMimeType()
[all …]
Dresponse_impl.h22 class CefResponseImpl : public CefResponse {
24 CefResponseImpl();
66 IMPLEMENT_REFCOUNTING(CefResponseImpl);
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc172 CefResponseImpl* responseImpl = in OnStopRedirect()
173 static_cast<CefResponseImpl*>(response_.get()); in OnStopRedirect()
191 CefResponseImpl* responseImpl = in OnResponse()
192 static_cast<CefResponseImpl*>(response_.get()); in OnResponse()
/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc134 response_(new CefResponseImpl()), in Context()
592 CefRefPtr<CefResponseImpl> response_;
Dresource_request_handler_wrapper.cc112 CefRefPtr<CefResponseImpl> pending_response_;
801 state->pending_response_ = new CefResponseImpl(); in ProcessResponseHeaders()
1116 state->pending_response_ = new CefResponseImpl(); in CallHandlerOnComplete()