SetIsSecure       896 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc     modified |= cookie->SetIsSecure(*modification->secure);
SetIsSecure        66 net/cookies/parsed_cookie.h   bool SetIsSecure(bool is_secure);
SetIsSecure       337 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.SetIsSecure(true));
SetIsSecure       377 net/cookies/parsed_cookie_unittest.cc   EXPECT_TRUE(pc.SetIsSecure(false));