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

/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.h229 IPC_STRUCT_TRAITS_MEMBER(http_only)
/external/chromium_org/content/renderer/
H A Drenderer_webcookiejar_impl.cc57 c.http_only,
/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.h170 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,
H A Dcookie_monster.cc414 bool http_only,
425 http_only_(http_only),
899 bool http_only,
904 expiration_time, secure, http_only, priority,
1081 bool http_only,
1094 secure, http_only, priority));
406 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 SetCookiesCallback& callback) argument
891 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
1074 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.cc157 bool http_only,
162 url, name, value, domain, path, expiration_time, secure, http_only,
253 // * http_only cookie (w.c.b.a)
691 bool http_only; member in struct:net::__anon9124::CookiesInputInfo
721 cc.secure, cc.http_only, cc.priority,
1769 // the http_only cookie, the host secure cookie, and the two host
1770 // path cookies. http_only, secure, and paths are ignored by
1971 p->http_only,
1999 EXPECT_EQ(input->http_only, output->IsHttpOnly());
2355 bool http_only local
149 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/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.cc156 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)
H A Dweb_request_api_helpers.h73 scoped_ptr<bool> http_only; member in struct:extension_web_request_api_helpers::ResponseCookie
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.cc82 cookie->http_only = canonical_cookie.IsHttpOnly();
H A Dcookies_unittest.cc96 EXPECT_FALSE(cookie1->http_only);
H A Dcookies_api.cc400 parsed_args_->details.http_only.get() ? *parsed_args_->details.http_only
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_action.cc86 cookie->http_only.reset(new bool(bool_tmp));

Completed in 2214 milliseconds