Home | History | Annotate | Download | only in base

Lines Matching refs:secure

541     const base::Time& expiration_time, bool secure, bool http_only) {
556 secure, http_only));
1096 bool secure = url.SchemeIsSecure();
1114 // Filter out secure cookies unless we're https.
1115 if (!secure && cc->IsSecure())
1879 // "secure;" will get parsed as a Token name, and not a value.
1911 static const char kSecureTokenName[] = "secure";
1948 bool secure,
1959 secure_(secure),
2016 bool secure,
2053 secure, http_only, !expiration.is_null());