Searched defs:http_only (Results 1 - 9 of 9) 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.h39 bool http_only; member in struct:content::CookieData
/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/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_helpers.h69 scoped_ptr<bool> http_only; member in struct:extension_web_request_api_helpers::ResponseCookie
/external/chromium_org/chrome/browser/automation/
H A Dautomation_util.cc316 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/net/base/
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/net/cookies/
H A Dcookie_monster_unittest.cc157 bool http_only,
162 url, name, value, domain, path, expiration_time, secure, http_only,
246 // * http_only cookie (w.c.b.a)
684 bool http_only; member in struct:net::__anon9281::CookiesInputInfo
714 cc.secure, cc.http_only, cc.priority,
1762 // the http_only cookie, the host secure cookie, and the two host
1763 // path cookies. http_only, secure, and paths are ignored by
1964 p->http_only,
1992 EXPECT_EQ(input->http_only, output->IsHttpOnly());
2348 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...]
H A Dcookie_monster.cc415 bool http_only,
426 http_only_(http_only),
901 bool http_only,
906 expiration_time, secure, http_only, priority,
1083 bool http_only,
1096 secure, http_only, priority));
407 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
893 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
1076 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

Completed in 3451 milliseconds