Searched refs:_cef_auth_callback_t (Results 1 – 5 of 5) sorted by relevance
53 typedef struct _cef_auth_callback_t { struct62 void(CEF_CALLBACK* cont)(struct _cef_auth_callback_t* self, argument69 void(CEF_CALLBACK* cancel)(struct _cef_auth_callback_t* self); argument
202 struct _cef_auth_callback_t* callback);
176 struct _cef_auth_callback_t* callback);
22 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()
8362 @@ -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) {