Searched refs:cef_errorcode_t (Results 1 – 25 of 50) sorted by relevance
12
28 cef_errorcode_t GetError() override;29 void SetError(cef_errorcode_t error) override;55 cef_errorcode_t error_code_;
45 cef_errorcode_t CefResponseImpl::GetError() { in GetError()50 void CefResponseImpl::SetError(cef_errorcode_t error) { in SetError()
69 virtual cef_errorcode_t GetError() = 0;76 virtual void SetError(cef_errorcode_t error) = 0;
53 typedef cef_errorcode_t ErrorCode;
60 typedef cef_errorcode_t ErrorCode;
81 virtual void OnExtensionLoadFailed(cef_errorcode_t result) {} in OnExtensionLoadFailed()
201 cef_errorcode_t cert_error, in OnCertificateError()
66 cef_errorcode_t result,
38 cef_errorcode_t GetError() override;39 void SetError(cef_errorcode_t error) override;
46 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()
43 void OnResolveCompleted(cef_errorcode_t result,
23 cef_errorcode_t result, in OnResolveCompleted()
40 void OnExtensionLoadFailed(cef_errorcode_t result) override;
69 cef_errorcode_t cert_error,
67 cef_errorcode_t(CEF_CALLBACK* get_error)(struct _cef_response_t* self);74 cef_errorcode_t error);
117 cef_errorcode_t errorCode,
94 cef_errorcode_t result);
91 cef_errorcode_t(CEF_CALLBACK* get_request_error)(
203 cef_errorcode_t cert_error,
48 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()
109 cef_errorcode_t CEF_CALLBACK120 cef_errorcode_t _retval = CefURLRequestCppToC::Get(self)->GetRequestError(); in urlrequest_get_request_error()
25 cef_errorcode_t result, in resolve_callback_on_resolve_completed()
236 const cef_errorcode_t errorCode = in OnLoadError()237 static_cast<cef_errorcode_t>(net::ERR_ABORTED); in OnLoadError()
36 std::string GetErrorString(cef_errorcode_t code);
43 cef_errorcode_t error_code_ = ERR_NONE;