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

  /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/chromium_org/content/common/
cookie_data.cc 13 http_only(false),
24 http_only(c.IsHttpOnly()),
cookie_data.h 39 bool http_only; member in struct:content::CookieData
view_messages.h 294 IPC_STRUCT_TRAITS_MEMBER(http_only)
    [all...]
  /external/chromium_org/content/renderer/
renderer_webcookiejar_impl.cc 58 c.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_org/net/cookies/
canonical_cookie.h 70 bool http_only,
canonical_cookie.cc 257 bool http_only,
296 secure, http_only, priority);
cookie_monster.h 168 bool http_only,
198 // regardless of path. This includes all http_only and secure cookies,
405 bool http_only,
    [all...]
cookie_monster.cc 415 bool http_only,
426 http_only_(http_only),
901 bool http_only,
906 expiration_time, secure, http_only, priority,
    [all...]
cookie_monster_unittest.cc 157 bool http_only,
162 url, name, value, domain, path, expiration_time, secure, http_only,
246 // * http_only cookie (w.c.b.a)
315 // Http_only cookie
684 bool http_only; member in struct:net::__anon11687::CookiesInputInfo
714 cc.secure, cc.http_only, cc.priority,
2348 bool http_only = false; local
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_util.cc 316 cookie_dict->SetBoolean("http_only", cookie.IsHttpOnly());
379 bool http_only = false; local
411 if (cookie_dict->HasKey("http_only") &&
412 !cookie_dict->GetBoolean("http_only", &http_only)) {
413 reply.SendError("optional 'http_only' invalid");
428 base::Time::FromDoubleT(expiry), secure, http_only, priority)); local
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 151 NullableEquals(a->http_only.get(), b->http_only.get());
886 if (modification->http_only.get())
887 modified |= cookie->SetIsHttpOnly(*modification->http_only);
    [all...]
web_request_api_helpers.h 69 scoped_ptr<bool> http_only; member in struct:extension_web_request_api_helpers::ResponseCookie
  /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...]
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 81 cookie->http_only = canonical_cookie.IsHttpOnly();
cookies_unittest.cc 96 EXPECT_FALSE(cookie1->http_only);
cookies_api.cc 398 parsed_args_->details.http_only.get() ? *parsed_args_->details.http_only
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action.cc 79 cookie->http_only.reset(new bool(bool_tmp));
    [all...]

Completed in 138 milliseconds