Home
last modified time | relevance | path

Searched refs:IsSecure (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_cookies_helpers.cc59 result->SetBoolean(keys::kSecureKey, cookie.IsSecure()); in CreateCookieValue()
96 cookie.IsSecure() ? chrome::kHttpsScheme : chrome::kHttpScheme; in GetURLFromCanonicalCookie()
143 MatchesBoolean(keys::kSecureKey, cookie.IsSecure()) && in MatchesCookie()
/external/chromium/webkit/glue/
Dwebcookie.cc23 secure(c.IsSecure()), in WebCookie()
/external/chromium/net/base/
Dcookie_monster_unittest.cc123 EXPECT_FALSE(pc.IsSecure()); in TEST()
159 EXPECT_FALSE(pc.IsSecure()); in TEST()
175 EXPECT_TRUE(pc.IsSecure()); in TEST()
185 EXPECT_TRUE(pc.IsSecure()); in TEST()
197 EXPECT_TRUE(pc.IsSecure()); in TEST()
238 EXPECT_TRUE(pc.IsSecure()); in TEST()
251 EXPECT_TRUE(pc.IsSecure()); in TEST()
289 EXPECT_TRUE(pc1.IsSecure()); in TEST()
293 EXPECT_FALSE(pc2.IsSecure()); in TEST()
1640 EXPECT_FALSE(it->IsSecure()); in TEST()
[all …]
Dcookie_monster_store_test.cc99 pc.IsSecure(), pc.IsHttpOnly(), in AddCookieToList()
Dcookie_monster.h587 bool IsSecure() const { return secure_; } in IsSecure() function
712 bool IsSecure() const { return secure_index_ != 0; } in IsSecure() function
Dcookie_monster.cc1115 if (!secure && cc->IsSecure()) in FindCookiesForKey()
1220 creation_time, pc.IsSecure(), pc.IsHttpOnly(), in SetCookieWithCreationTimeAndOptions()
1972 secure_(pc.IsSecure()), in CanonicalCookie()
/external/chromium/chrome/browser/automation/
Dautomation_util.cc74 cookie.Path(), cookie.ExpiryDate(), cookie.IsSecure(), in SetCookieWithDetailsOnIOThread()
219 cookie_dict->SetBoolean("secure", cookie.IsSecure()); in GetCookiesJSON()
/external/chromium/chrome/browser/ui/webui/
Dcookies_tree_model_util.cc90 dict->SetString(kKeySendFor, cookie.IsSecure() ? in GetCookieTreeNodeDictionary()
/external/chromium/chrome/browser/tab_contents/
Dtab_specific_content_settings.cc123 cookie->IsSecure(), in OnCookiesRead()
/external/chromium/chrome/browser/ui/views/
Dcookie_info_view.cc87 send_for_value_field_->SetText(cookie.IsSecure() ? in SetCookie()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcookie_details.mm141 if (cookie->IsSecure()) {
/external/chromium/chrome/browser/net/
Dsqlite_persistent_cookie_store.cc494 add_smt.BindInt(6, po->cc().IsSecure());
/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_cookie_view.cc509 l10n_util::GetStringUTF8(cookie.IsSecure() ? in gtk_chrome_cookie_view_display_cookie()