HomeSort by relevance Sort by last modified time
    Searched defs:http_only (Results 1 - 7 of 7) 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/chromium_org/content/common/
cookie_data.h 39 bool http_only; member in struct:content::CookieData
  /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_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 69 scoped_ptr<bool> http_only; member in struct:extension_web_request_api_helpers::ResponseCookie
  /external/chromium_org/chrome/browser/automation/
automation_util.cc 328 cookie_dict->SetBoolean("http_only", cookie.IsHttpOnly());
391 bool http_only = false; local
423 if (cookie_dict->HasKey("http_only") &&
424 !cookie_dict->GetBoolean("http_only", &http_only)) {
425 reply.SendError("optional 'http_only' invalid");
440 base::Time::FromDoubleT(expiry), secure, http_only, priority)); 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...]
  /external/chromium_org/net/cookies/
cookie_monster_unittest.cc 155 bool http_only,
160 url, name, value, domain, path, expiration_time, secure, http_only,
244 // * http_only cookie (w.c.b.a)
313 // Http_only cookie
683 bool http_only; member in struct:net::__anon11014::CookiesInputInfo
713 cc.secure, cc.http_only, cc.priority,
2351 bool http_only = false; local
    [all...]

Completed in 2623 milliseconds