Home
last modified time | relevance | path

Searched refs:cef_cookie (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc615 CefCookie cef_cookie; in AllowCookieLoad() local
616 if (net_service::MakeCefCookie(cookie, cef_cookie)) { in AllowCookieLoad()
619 state->pending_request_.get(), cef_cookie); in AllowCookieLoad()
988 CefCookie cef_cookie; in AllowCookieSave() local
989 if (net_service::MakeCefCookie(cookie, cef_cookie)) { in AllowCookieSave()
993 cef_cookie); in AllowCookieSave()
/third_party/cef/
Dcef_paths.gypi27 'include/cef_cookie.h',
/third_party/chromium/patch/
D0003-ohos-1115.patch8079 'include/cef_cookie.h',
9244 + struct _cef_cookie_t* cef_cookie);
11040 diff --git a/src/cef/include/cef_cookie.h b/src/cef/include/cef_cookie.h
11042 --- a/src/cef/include/cef_cookie.h
11043 +++ b/src/cef/include/cef_cookie.h
11055 + CefCookie& cef_cookie);
11741 #include "include/cef_cookie.h"
18705 + CefCookie& cef_cookie) {
18707 + cef_cookie);
18777 #include "include/cef_cookie.h"
[all …]
D0004-ohos-3.2-Beta5.patch9698 - struct _cef_cookie_t *cef_cookie) {
9702 + struct _cef_cookie_t* cef_cookie) {
17120 - CefCookie &cef_cookie) {
17123 + CefCookie& cef_cookie) {