/external/chromium/webkit/glue/ |
webcookie.cc | 11 http_only(false), 22 http_only(c.IsHttpOnly()), 29 double expires, bool http_only, bool secure, bool session) 35 http_only(http_only),
|
webcookie.h | 21 bool http_only, bool secure, bool session); 40 bool http_only; member in struct:webkit_glue::WebCookie
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_cookies.h | 55 Eina_Bool http_only; member in struct:_Ewk_Cookie
|
ewk_cookies.cpp | 117 c->http_only = static_cast<Eina_Bool>(cookie->http_only);
|
/external/chromium/chrome/browser/automation/ |
automation_util.cc | 220 cookie_dict->SetBoolean("http_only", cookie.IsHttpOnly()); 280 bool http_only = false; local 313 if (cookie_dict->HasKey("http_only") && 314 !cookie_dict->GetBoolean("http_only", &http_only)) { 315 reply.SendError("optional 'http_only' invalid"); 322 base::Time::FromDoubleT(expiry), secure, http_only)); local
|
/external/chromium/net/base/ |
cookie_monster.h | 145 bool secure, bool http_only); 177 // regardless of path. This includes all http_only and secure cookies, 569 bool http_only); [all...] |
cookie_monster.cc | 541 const base::Time& expiration_time, bool secure, bool http_only) { 556 secure, http_only)); [all...] |
cookie_monster_unittest.cc | 54 // * http_only cookie (w.c.b.a) 82 // Http_only cookie 1850 bool http_only; member in struct:net::CookiesInputInfo [all...] |