Searched refs:OK_FOR_SESSION_ONLY (Results 1 – 5 of 5) sorted by relevance
41 if (policy == net::OK_FOR_SESSION_ONLY) in CanGetCookies()74 return net::OK_FOR_SESSION_ONLY; in CheckPolicy()
19 OK_FOR_SESSION_ONLY = 1, // The cookie may be set but not persisted. enumerator
423 if ((policy == OK || policy == OK_FOR_SESSION_ONLY) && in OnCanSetCookieCompleted()427 if (policy == OK_FOR_SESSION_ONLY) in OnCanSetCookieCompleted()
34 return net::OK_FOR_SESSION_ONLY; in CanSetCookie()
615 } else if (policy == OK || policy == OK_FOR_SESSION_ONLY) { in OnCanSetCookieCompleted()619 if (policy == OK_FOR_SESSION_ONLY) in OnCanSetCookieCompleted()