Searched refs:kHttpOnlyKey (Results 1 – 5 of 5) sorted by relevance
15 const char kHttpOnlyKey[] = "httpOnly"; variable
19 extern const char kHttpOnlyKey[];
328 if (details->HasKey(keys::kHttpOnlyKey)) { in RunImpl()330 details->GetBoolean(keys::kHttpOnlyKey, &http_only_)); in RunImpl()
60 result->SetBoolean(keys::kHttpOnlyKey, cookie.IsHttpOnly()); in CreateCookieValue()
127 EXPECT_TRUE(cookie_value1->GetBoolean(keys::kHttpOnlyKey, &boolean_value)); in TEST_F()