Searched refs:_cef_cookie_manager_t (Results 1 – 6 of 6) sorted by relevance
/third_party/cef/include/capi/ |
D | cef_cookie_capi.h | 58 typedef struct _cef_cookie_manager_t { struct 69 int(CEF_CALLBACK* visit_all_cookies)(struct _cef_cookie_manager_t* self, argument 79 int(CEF_CALLBACK* visit_url_cookies)(struct _cef_cookie_manager_t* self, argument 93 int(CEF_CALLBACK* set_cookie)(struct _cef_cookie_manager_t* self, argument 110 struct _cef_cookie_manager_t* self, argument 120 int(CEF_CALLBACK* flush_store)(struct _cef_cookie_manager_t* self, argument
|
D | cef_request_context_capi.h | 138 struct _cef_cookie_manager_t*(CEF_CALLBACK* get_cookie_manager)(
|
/third_party/cef/libcef_dll/cpptoc/ |
D | cookie_manager_cpptoc.cc | 42 cookie_manager_visit_all_cookies(struct _cef_cookie_manager_t* self, in cookie_manager_visit_all_cookies() 63 cookie_manager_visit_url_cookies(struct _cef_cookie_manager_t* self, in cookie_manager_visit_url_cookies() 91 cookie_manager_set_cookie(struct _cef_cookie_manager_t* self, in cookie_manager_set_cookie() 124 cookie_manager_delete_cookies(struct _cef_cookie_manager_t* self, in cookie_manager_delete_cookies() 145 cookie_manager_flush_store(struct _cef_cookie_manager_t* self, in cookie_manager_flush_store()
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_dylib.cc | 201 typedef struct _cef_cookie_manager_t* ( 1303 struct _cef_cookie_manager_t* cef_cookie_manager_get_global_manager( in cef_cookie_manager_get_global_manager()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 9710 -cookie_manager_is_accept_cookie_allowed(struct _cef_cookie_manager_t *self) { 9711 +cookie_manager_is_accept_cookie_allowed(struct _cef_cookie_manager_t* self) { 9715 @@ -89,8 +89,9 @@ cookie_manager_is_accept_cookie_allowed(struct _cef_cookie_manager_t *self) { 9720 - struct _cef_cookie_manager_t *self, int accept) { 9722 +cookie_manager_put_accept_cookie_enabled(struct _cef_cookie_manager_t* self, 9731 - struct _cef_cookie_manager_t *self) { 9732 + struct _cef_cookie_manager_t* self) { 9740 - struct _cef_cookie_manager_t *self, int accept) { 9741 + struct _cef_cookie_manager_t* self, 9750 - struct _cef_cookie_manager_t *self) { [all …]
|
D | 0003-ohos-1115.patch | 9175 @@ -61,6 +61,49 @@ typedef struct _cef_cookie_manager_t { 9184 + struct _cef_cookie_manager_t* self); 9190 + struct _cef_cookie_manager_t* self, 9198 + struct _cef_cookie_manager_t* self); 9204 + struct _cef_cookie_manager_t* self, 9212 + struct _cef_cookie_manager_t* self); 9219 + struct _cef_cookie_manager_t* self, 9225 @@ -110,6 +153,7 @@ typedef struct _cef_cookie_manager_t { 9226 struct _cef_cookie_manager_t* self, 9233 @@ -132,6 +176,15 @@ typedef struct _cef_cookie_manager_t { [all …]
|