cef_cookie_manager_t.base

Base structure.

More...
struct cef_cookie_manager_t
cef_base_ref_counted_t base;

Detailed Description

Visit all cookies on the UI thread. The returned cookies are ordered by longest path, then by earliest creation date. Returns false (0) if cookies cannot be accessed.

Visit a subset of cookies on the UI thread. The results are filtered by the given url scheme, host, domain and path. If |includeHttpOnly| is true (1) HTTP-only cookies will also be included in the results. The returned

Meta