Home
last modified time | relevance | path

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

/third_party/cef/include/capi/
Dcef_auth_callback_capi.h53 typedef struct _cef_auth_callback_t { struct
62 void(CEF_CALLBACK* cont)(struct _cef_auth_callback_t* self, argument
69 void(CEF_CALLBACK* cancel)(struct _cef_auth_callback_t* self); argument
Dcef_urlrequest_capi.h202 struct _cef_auth_callback_t* callback);
Dcef_request_handler_capi.h176 struct _cef_auth_callback_t* callback);
/third_party/cef/libcef_dll/cpptoc/
Dauth_callback_cpptoc.cc22 void CEF_CALLBACK auth_callback_cont(struct _cef_auth_callback_t* self, in auth_callback_cont()
39 void CEF_CALLBACK auth_callback_cancel(struct _cef_auth_callback_t* self) { in auth_callback_cancel()
/third_party/chromium/patch/
D0003-ohos-1115.patch8362 @@ -67,6 +67,11 @@ typedef struct _cef_auth_callback_t {
8365 void(CEF_CALLBACK* cancel)(struct _cef_auth_callback_t* self);
8370 + int(CEF_CALLBACK* is_http_auth_info_saved)(struct _cef_auth_callback_t* self);
26026 @@ -49,6 +49,23 @@ void CEF_CALLBACK auth_callback_cancel(struct _cef_auth_callback_t* self) {
26031 +auth_callback_is_http_auth_info_saved(struct _cef_auth_callback_t* self) {
26050 @@ -56,6 +73,7 @@ void CEF_CALLBACK auth_callback_cancel(struct _cef_auth_callback_t* self) {