Searched refs:IsSecure (Results 1 – 13 of 13) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_cookies_helpers.cc | 59 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/ |
D | webcookie.cc | 23 secure(c.IsSecure()), in WebCookie()
|
/external/chromium/net/base/ |
D | cookie_monster_unittest.cc | 123 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 …]
|
D | cookie_monster_store_test.cc | 99 pc.IsSecure(), pc.IsHttpOnly(), in AddCookieToList()
|
D | cookie_monster.h | 587 bool IsSecure() const { return secure_; } in IsSecure() function 712 bool IsSecure() const { return secure_index_ != 0; } in IsSecure() function
|
D | cookie_monster.cc | 1115 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/ |
D | automation_util.cc | 74 cookie.Path(), cookie.ExpiryDate(), cookie.IsSecure(), in SetCookieWithDetailsOnIOThread() 219 cookie_dict->SetBoolean("secure", cookie.IsSecure()); in GetCookiesJSON()
|
/external/chromium/chrome/browser/ui/webui/ |
D | cookies_tree_model_util.cc | 90 dict->SetString(kKeySendFor, cookie.IsSecure() ? in GetCookieTreeNodeDictionary()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_specific_content_settings.cc | 123 cookie->IsSecure(), in OnCookiesRead()
|
/external/chromium/chrome/browser/ui/views/ |
D | cookie_info_view.cc | 87 send_for_value_field_->SetText(cookie.IsSecure() ? in SetCookie()
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | cookie_details.mm | 141 if (cookie->IsSecure()) {
|
/external/chromium/chrome/browser/net/ |
D | sqlite_persistent_cookie_store.cc | 494 add_smt.BindInt(6, po->cc().IsSecure());
|
/external/chromium/chrome/browser/ui/gtk/ |
D | gtk_chrome_cookie_view.cc | 509 l10n_util::GetStringUTF8(cookie.IsSecure() ? in gtk_chrome_cookie_view_display_cookie()
|