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

  /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 229 IPC_STRUCT_TRAITS_MEMBER(http_only)
    [all...]
  /external/chromium_org/content/renderer/
renderer_webcookiejar_impl.cc 57 c.http_only,
  /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 170 bool http_only,
195 // regardless of path. This includes all http_only and secure cookies,
278 // all http_only and secure cookies, but does not include any domain
423 bool http_only,
    [all...]
cookie_monster.cc 414 bool http_only,
425 http_only_(http_only),
899 bool http_only,
904 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,
253 // * http_only cookie (w.c.b.a)
322 // Http_only cookie
691 bool http_only; member in struct:net::__anon13749::CookiesInputInfo
721 cc.secure, cc.http_only, cc.priority,
2355 bool http_only = false; local
    [all...]
  /external/chromium_org/extensions/browser/api/web_request/
web_request_api_helpers.cc 156 NullableEquals(a->http_only.get(), b->http_only.get());
841 if (modification->http_only.get())
842 modified |= cookie->SetIsHttpOnly(*modification->http_only);
880 if (filter->http_only && cookie->IsHttpOnly() != *filter->http_only)
    [all...]
web_request_api_helpers.h 73 scoped_ptr<bool> http_only; member in struct:extension_web_request_api_helpers::ResponseCookie
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 82 cookie->http_only = canonical_cookie.IsHttpOnly();
cookies_unittest.cc 96 EXPECT_FALSE(cookie1->http_only);
cookies_api.cc 400 parsed_args_->details.http_only.get() ? *parsed_args_->details.http_only
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_action.cc 86 cookie->http_only.reset(new bool(bool_tmp));
    [all...]

Completed in 539 milliseconds