Home
last modified time | relevance | path

Searched refs:kSecureKey (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_cookies_api_constants.cc20 const char kSecureKey[] = "secure"; variable
Dextension_cookies_api_constants.h24 extern const char kSecureKey[];
Dextension_cookies_helpers.cc59 result->SetBoolean(keys::kSecureKey, cookie.IsSecure()); in CreateCookieValue()
143 MatchesBoolean(keys::kSecureKey, cookie.IsSecure()) && in MatchesCookie()
Dextension_cookies_api.cc324 if (details->HasKey(keys::kSecureKey)) { in RunImpl()
326 details->GetBoolean(keys::kSecureKey, &secure_)); in RunImpl()
Dextension_cookies_unittest.cc125 EXPECT_TRUE(cookie_value1->GetBoolean(keys::kSecureKey, &boolean_value)); in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_constants.cc44 const char kSecureKey[] = "secure"; variable
Dwebrequest_constants.h48 extern const char kSecureKey[];
Dwebrequest_action.cc76 if (dict->GetBoolean(keys::kSecureKey, &bool_tmp)) in ParseResponseCookieImpl()