Lines Matching refs:cookie
39 * @brief Describes properties of an HTTP cookie.
42 /// the cookie name
44 /// the cookie value
46 /// the "domain" attribute, or else the hostname that the cookie came from
50 /// the cookie expiration time, or @c 0 for a session cookie
52 /// @c EINA_TRUE if the cookie should only be tranferred over SSL
54 /// @c EINA_TRUE if the cookie should not be exposed to scripts
68 /// Accepts every cookie sent from any page.
81 EAPI void ewk_cookies_cookie_del(Ewk_Cookie *cookie);
82 EAPI void ewk_cookies_cookie_free(Ewk_Cookie *cookie);