Searched defs:http_only (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/common/
H A Dcookie_data.h39 bool http_only; member in struct:content::CookieData
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.h73 scoped_ptr<bool> http_only; member in struct:extension_web_request_api_helpers::ResponseCookie
/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,
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...]
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

Completed in 982 milliseconds