Home
last modified time | relevance | path

Searched refs:kHttpOnlyKey (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_cookies_api_constants.cc15 const char kHttpOnlyKey[] = "httpOnly"; variable
Dextension_cookies_api_constants.h19 extern const char kHttpOnlyKey[];
Dextension_cookies_api.cc328 if (details->HasKey(keys::kHttpOnlyKey)) { in RunImpl()
330 details->GetBoolean(keys::kHttpOnlyKey, &http_only_)); in RunImpl()
Dextension_cookies_helpers.cc60 result->SetBoolean(keys::kHttpOnlyKey, cookie.IsHttpOnly()); in CreateCookieValue()
Dextension_cookies_unittest.cc127 EXPECT_TRUE(cookie_value1->GetBoolean(keys::kHttpOnlyKey, &boolean_value)); in TEST_F()