Searched refs:kSessionKey (Results 1 – 4 of 4) sorted by relevance
21 const char kSessionKey[] = "session"; variable
25 extern const char kSessionKey[];
61 result->SetBoolean(keys::kSessionKey, !cookie.DoesExpire()); in CreateCookieValue()144 MatchesBoolean(keys::kSessionKey, !cookie.DoesExpire()); in MatchesCookie()
129 EXPECT_TRUE(cookie_value1->GetBoolean(keys::kSessionKey, &boolean_value)); in TEST_F()145 EXPECT_TRUE(cookie_value2->GetBoolean(keys::kSessionKey, &boolean_value)); in TEST_F()