Searched refs:cef_cookie (Results 1 – 4 of 4) sorted by relevance
615 CefCookie cef_cookie; in AllowCookieLoad() local616 if (net_service::MakeCefCookie(cookie, cef_cookie)) { in AllowCookieLoad()619 state->pending_request_.get(), cef_cookie); in AllowCookieLoad()988 CefCookie cef_cookie; in AllowCookieSave() local989 if (net_service::MakeCefCookie(cookie, cef_cookie)) { in AllowCookieSave()993 cef_cookie); in AllowCookieSave()
27 'include/cef_cookie.h',
8079 '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.h11042 --- a/src/cef/include/cef_cookie.h11043 +++ b/src/cef/include/cef_cookie.h11055 + CefCookie& cef_cookie);11741 #include "include/cef_cookie.h"18705 + CefCookie& cef_cookie) {18707 + cef_cookie);18777 #include "include/cef_cookie.h"[all …]
9698 - struct _cef_cookie_t *cef_cookie) {9702 + struct _cef_cookie_t* cef_cookie) {17120 - CefCookie &cef_cookie) {17123 + CefCookie& cef_cookie) {