/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 | 219 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 | 169 bool http_only, 194 // regardless of path. This includes all http_only and secure cookies, 277 // all http_only and secure cookies, but does not include any domain 422 bool http_only, [all...] |
cookie_monster.cc | 414 bool http_only, 425 http_only_(http_only), 900 bool http_only, 905 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::__anon13143::CookiesInputInfo 721 cc.secure, cc.http_only, cc.priority, 2355 bool http_only = false; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api_helpers.cc | 152 NullableEquals(a->http_only.get(), b->http_only.get()); 897 if (modification->http_only.get()) 898 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_org/chrome/browser/extensions/api/cookies/ |
cookies_helpers.cc | 82 cookie->http_only = canonical_cookie.IsHttpOnly();
|
cookies_unittest.cc | 93 EXPECT_FALSE(cookie1->http_only);
|
cookies_api.cc | 402 parsed_args_->details.http_only.get() ? *parsed_args_->details.http_only
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_action.cc | 85 cookie->http_only.reset(new bool(bool_tmp)); [all...] |