Home
last modified time | relevance | path

Searched refs:IsHttpOnly (Results 1 – 10 of 10) sorted by relevance

/external/chromium/webkit/glue/
Dwebcookie.cc22 http_only(c.IsHttpOnly()), in WebCookie()
/external/chromium/chrome/browser/automation/
Dautomation_util.cc75 cookie.IsHttpOnly()); in SetCookieWithDetailsOnIOThread()
220 cookie_dict->SetBoolean("http_only", cookie.IsHttpOnly()); in GetCookiesJSON()
/external/chromium/net/base/
Dcookie_monster_store_test.cc99 pc.IsSecure(), pc.IsHttpOnly(), in AddCookieToList()
Dcookie_monster.h588 bool IsHttpOnly() const { return httponly_; } in IsHttpOnly() function
713 bool IsHttpOnly() const { return httponly_index_ != 0; } in IsHttpOnly() function
Dcookie_monster_unittest.cc160 EXPECT_TRUE(pc.IsHttpOnly()); in TEST()
186 EXPECT_TRUE(pc.IsHttpOnly()); in TEST()
239 EXPECT_TRUE(pc.IsHttpOnly()); in TEST()
252 EXPECT_TRUE(pc.IsHttpOnly()); in TEST()
1641 EXPECT_FALSE(it->IsHttpOnly()); in TEST()
1654 EXPECT_TRUE(it->IsHttpOnly()); in TEST()
1667 EXPECT_FALSE(it->IsHttpOnly()); in TEST()
1897 EXPECT_EQ(input->http_only, output->IsHttpOnly()); in TEST()
Dcookie_monster.cc1111 if (options.exclude_httponly() && cc->IsHttpOnly()) in FindCookiesForKey()
1154 if (skip_httponly && cc->IsHttpOnly()) { in DeleteAnyEquivalentCookie()
1203 if (options.exclude_httponly() && pc.IsHttpOnly()) { in SetCookieWithCreationTimeAndOptions()
1220 creation_time, pc.IsSecure(), pc.IsHttpOnly(), in SetCookieWithCreationTimeAndOptions()
1973 httponly_(pc.IsHttpOnly()), in CanonicalCookie()
/external/chromium/chrome/browser/extensions/
Dextension_cookies_helpers.cc60 result->SetBoolean(keys::kHttpOnlyKey, cookie.IsHttpOnly()); in CreateCookieValue()
/external/chromium/chrome/browser/ui/webui/
Dcookies_tree_model_util.cc93 std::string accessible = cookie.IsHttpOnly() ? in GetCookieTreeNodeDictionary()
/external/chromium/chrome/browser/tab_contents/
Dtab_specific_content_settings.cc124 cookie->IsHttpOnly()); in OnCookiesRead()
/external/chromium/chrome/browser/net/
Dsqlite_persistent_cookie_store.cc495 add_smt.BindInt(7, po->cc().IsHttpOnly());