Searched refs:kSecureKey (Results 1 – 8 of 8) sorted by relevance
20 const char kSecureKey[] = "secure"; variable
24 extern const char kSecureKey[];
59 result->SetBoolean(keys::kSecureKey, cookie.IsSecure()); in CreateCookieValue()143 MatchesBoolean(keys::kSecureKey, cookie.IsSecure()) && in MatchesCookie()
324 if (details->HasKey(keys::kSecureKey)) { in RunImpl()326 details->GetBoolean(keys::kSecureKey, &secure_)); in RunImpl()
125 EXPECT_TRUE(cookie_value1->GetBoolean(keys::kSecureKey, &boolean_value)); in TEST_F()
44 const char kSecureKey[] = "secure"; variable
48 extern const char kSecureKey[];
76 if (dict->GetBoolean(keys::kSecureKey, &bool_tmp)) in ParseResponseCookieImpl()