Searched refs:SetIsSecure (Results 1 – 4 of 4) sorted by relevance
66 bool SetIsSecure(bool is_secure);
337 EXPECT_TRUE(pc.SetIsSecure(true)); in TEST()377 EXPECT_TRUE(pc.SetIsSecure(false)); in TEST()
222 bool ParsedCookie::SetIsSecure(bool is_secure) { in SetIsSecure() function in net::ParsedCookie
896 modified |= cookie->SetIsSecure(*modification->secure); in ApplyResponseCookieModification()