public interface CefCookieVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(CefCookie cookie,
int count,
int total,
BoolRef delete)
Method that will be called once for each cookie.
|
boolean visit(CefCookie cookie, int count, int total, BoolRef delete)