HomeSort by relevance Sort by last modified time
    Searched defs:http_only (Results 1 - 4 of 4) sorted by null

  /external/chromium/webkit/glue/
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
  /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_unittest.cc 54 // * http_only cookie (w.c.b.a)
82 // Http_only cookie
1850 bool http_only; member in struct:net::CookiesInputInfo
    [all...]

Completed in 388 milliseconds