Searched refs:IsSecure (Results 1 - 12 of 12) sorted by relevance

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

Completed in 163 milliseconds