Home
last modified time | relevance | path

Searched refs:SetIsSecure (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/cookies/
Dparsed_cookie.h66 bool SetIsSecure(bool is_secure);
Dparsed_cookie_unittest.cc337 EXPECT_TRUE(pc.SetIsSecure(true)); in TEST()
377 EXPECT_TRUE(pc.SetIsSecure(false)); in TEST()
Dparsed_cookie.cc222 bool ParsedCookie::SetIsSecure(bool is_secure) { in SetIsSecure() function in net::ParsedCookie
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api_helpers.cc896 modified |= cookie->SetIsSecure(*modification->secure); in ApplyResponseCookieModification()