Searched refs:CefResponseImpl (Results 1 – 5 of 5) sorted by relevance
31 CefRefPtr<CefResponse> response(new CefResponseImpl()); in Create()37 CefResponseImpl::CefResponseImpl() in CefResponseImpl() function in CefResponseImpl40 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 …]
22 class CefResponseImpl : public CefResponse {24 CefResponseImpl();66 IMPLEMENT_REFCOUNTING(CefResponseImpl);
172 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()
134 response_(new CefResponseImpl()), in Context()592 CefRefPtr<CefResponseImpl> response_;
112 CefRefPtr<CefResponseImpl> pending_response_;801 state->pending_response_ = new CefResponseImpl(); in ProcessResponseHeaders()1116 state->pending_response_ = new CefResponseImpl(); in CallHandlerOnComplete()