Home
last modified time | relevance | path

Searched refs:cef_errorcode_t (Results 1 – 25 of 50) sorted by relevance

12

/third_party/cef/libcef/common/
Dresponse_impl.h28 cef_errorcode_t GetError() override;
29 void SetError(cef_errorcode_t error) override;
55 cef_errorcode_t error_code_;
Dresponse_impl.cc45 cef_errorcode_t CefResponseImpl::GetError() { in GetError()
50 void CefResponseImpl::SetError(cef_errorcode_t error) { in SetError()
/third_party/cef/include/
Dcef_response.h69 virtual cef_errorcode_t GetError() = 0;
76 virtual void SetError(cef_errorcode_t error) = 0;
Dcef_load_handler.h53 typedef cef_errorcode_t ErrorCode;
Dcef_urlrequest.h60 typedef cef_errorcode_t ErrorCode;
Dcef_extension_handler.h81 virtual void OnExtensionLoadFailed(cef_errorcode_t result) {} in OnExtensionLoadFailed()
Dcef_request_handler.h201 cef_errorcode_t cert_error, in OnCertificateError()
Dcef_request_context.h66 cef_errorcode_t result,
/third_party/cef/libcef_dll/ctocpp/
Dresponse_ctocpp.h38 cef_errorcode_t GetError() override;
39 void SetError(cef_errorcode_t error) override;
Dresponse_ctocpp.cc46 NO_SANITIZE("cfi-icall") cef_errorcode_t CefResponseCToCpp::GetError() { in GetError()
54 cef_errorcode_t _retval = _struct->get_error(_struct); in GetError()
61 void CefResponseCToCpp::SetError(cef_errorcode_t error) { in SetError()
Dresolve_callback_ctocpp.h43 void OnResolveCompleted(cef_errorcode_t result,
Dresolve_callback_ctocpp.cc23 cef_errorcode_t result, in OnResolveCompleted()
Dextension_handler_ctocpp.h40 void OnExtensionLoadFailed(cef_errorcode_t result) override;
Drequest_handler_ctocpp.h69 cef_errorcode_t cert_error,
/third_party/cef/include/capi/
Dcef_response_capi.h67 cef_errorcode_t(CEF_CALLBACK* get_error)(struct _cef_response_t* self);
74 cef_errorcode_t error);
Dcef_load_handler_capi.h117 cef_errorcode_t errorCode,
Dcef_extension_handler_capi.h94 cef_errorcode_t result);
Dcef_urlrequest_capi.h91 cef_errorcode_t(CEF_CALLBACK* get_request_error)(
Dcef_request_handler_capi.h203 cef_errorcode_t cert_error,
/third_party/cef/libcef_dll/cpptoc/
Dresponse_cpptoc.cc48 cef_errorcode_t CEF_CALLBACK response_get_error(struct _cef_response_t* self) { in response_get_error()
56 cef_errorcode_t _retval = CefResponseCppToC::Get(self)->GetError(); in response_get_error()
63 cef_errorcode_t error) { in response_set_error()
Durlrequest_cpptoc.cc109 cef_errorcode_t CEF_CALLBACK
120 cef_errorcode_t _retval = CefURLRequestCppToC::Get(self)->GetRequestError(); in urlrequest_get_request_error()
Dresolve_callback_cpptoc.cc25 cef_errorcode_t result, in resolve_callback_on_resolve_completed()
/third_party/cef/libcef/renderer/
Drender_frame_observer.cc236 const cef_errorcode_t errorCode = in OnLoadError()
237 static_cast<cef_errorcode_t>(net::ERR_ABORTED); in OnLoadError()
/third_party/cef/tests/cefclient/browser/
Dtest_runner.h36 std::string GetErrorString(cef_errorcode_t code);
/third_party/cef/tests/ceftests/
Dtest_request.h43 cef_errorcode_t error_code_ = ERR_NONE;

12