Searched refs:http_only (Results 1 - 22 of 22) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebcookie.cc11 http_only(false),
22 http_only(c.IsHttpOnly()),
29 double expires, bool http_only, bool secure, bool session)
35 http_only(http_only),
27 WebCookie(const std::string& name, const std::string& value, const std::string& domain, const std::string& path, double expires, bool http_only, bool secure, bool session) argument
H A Dwebcookie.h21 bool http_only, bool secure, bool session);
40 bool http_only; member in struct:webkit_glue::WebCookie
/external/chromium_org/content/common/
H A Dcookie_data.cc13 http_only(false),
24 http_only(c.IsHttpOnly()),
H A Dcookie_data.h39 bool http_only; member in struct:content::CookieData
H A Dview_messages.h281 IPC_STRUCT_TRAITS_MEMBER(http_only)
/external/chromium_org/content/renderer/
H A Drenderer_webcookiejar_impl.cc66 c.http_only,
/external/chromium/chrome/browser/automation/
H A Dautomation_util.cc220 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/
H A Dcanonical_cookie.h70 bool http_only,
H A Dcanonical_cookie.cc257 bool http_only,
296 secure, http_only, priority);
H A Dcookie_monster.h168 bool http_only,
198 // regardless of path. This includes all http_only and secure cookies,
404 bool http_only,
H A Dcookie_monster.cc418 bool http_only,
429 http_only_(http_only),
891 bool http_only,
896 expiration_time, secure, http_only, priority,
1073 bool http_only,
1086 secure, http_only, priority));
410 SetCookieWithDetailsTask(CookieMonster* cookie_monster, const GURL& url, const std::string& name, const std::string& value, const std::string& domain, const std::string& path, const base::Time& expiration_time, bool secure, bool http_only, CookiePriority priority, const CookieMonster::SetCookiesCallback& callback) argument
883 SetCookieWithDetailsAsync( const GURL& url, const std::string& name, const std::string& value, const std::string& domain, const std::string& path, const Time& expiration_time, bool secure, bool http_only, CookiePriority priority, const SetCookiesCallback& callback) argument
1066 SetCookieWithDetails(const GURL& url, const std::string& name, const std::string& value, const std::string& domain, const std::string& path, const base::Time& expiration_time, bool secure, bool http_only, CookiePriority priority) argument
H A Dcookie_monster_unittest.cc155 bool http_only,
160 url, name, value, domain, path, expiration_time, secure, http_only,
244 // * http_only cookie (w.c.b.a)
683 bool http_only; member in struct:net::__anon8608::CookiesInputInfo
713 cc.secure, cc.http_only, cc.priority,
1765 // the http_only cookie, the host secure cookie, and the two host
1766 // path cookies. http_only, secure, and paths are ignored by
1967 p->http_only,
1995 EXPECT_EQ(input->http_only, output->IsHttpOnly());
2351 bool http_only local
147 SetCookieWithDetails(CookieMonster* cm, const GURL& url, const std::string& name, const std::string& value, const std::string& domain, const std::string& path, const base::Time& expiration_time, bool secure, bool http_only, CookiePriority priority) argument
[all...]
/external/chromium_org/chrome/browser/automation/
H A Dautomation_util.cc328 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_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_helpers.cc151 NullableEquals(a->http_only.get(), b->http_only.get());
886 if (modification->http_only.get())
887 modified |= cookie->SetIsHttpOnly(*modification->http_only);
923 if (filter->http_only.get() && cookie->IsHttpOnly() != *filter->http_only)
H A Dweb_request_api_helpers.h69 scoped_ptr<bool> http_only; member in struct:extension_web_request_api_helpers::ResponseCookie
/external/chromium/net/base/
H A Dcookie_monster.h145 bool secure, bool http_only);
177 // regardless of path. This includes all http_only and secure cookies,
569 bool http_only);
H A Dcookie_monster.cc541 const base::Time& expiration_time, bool secure, bool http_only) {
556 secure, http_only));
2017 bool http_only) {
2053 secure, http_only, !expiration.is_null());
H A Dcookie_monster_unittest.cc54 // * http_only cookie (w.c.b.a)
1680 // the http_only cookie, the host secure cookie, and the two host
1681 // path cookies. http_only, secure, and paths are ignored by
1850 bool http_only; member in struct:net::CookiesInputInfo
1870 p->secure, p->http_only));
1897 EXPECT_EQ(input->http_only, output->IsHttpOnly());
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.cc81 cookie->http_only = canonical_cookie.IsHttpOnly();
H A Dcookies_unittest.cc128 EXPECT_FALSE(cookie1->http_only);
H A Dcookies_api.cc394 parsed_args_->details.http_only.get() ? *parsed_args_->details.http_only
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_action.cc79 cookie->http_only.reset(new bool(bool_tmp));

Completed in 319 milliseconds