Searched refs:IsHttpOnly (Results 1 – 10 of 10) sorted by relevance
/external/chromium/webkit/glue/ |
D | webcookie.cc | 22 http_only(c.IsHttpOnly()), in WebCookie()
|
/external/chromium/chrome/browser/automation/ |
D | automation_util.cc | 75 cookie.IsHttpOnly()); in SetCookieWithDetailsOnIOThread() 220 cookie_dict->SetBoolean("http_only", cookie.IsHttpOnly()); in GetCookiesJSON()
|
/external/chromium/net/base/ |
D | cookie_monster_store_test.cc | 99 pc.IsSecure(), pc.IsHttpOnly(), in AddCookieToList()
|
D | cookie_monster.h | 588 bool IsHttpOnly() const { return httponly_; } in IsHttpOnly() function 713 bool IsHttpOnly() const { return httponly_index_ != 0; } in IsHttpOnly() function
|
D | cookie_monster_unittest.cc | 160 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()
|
D | cookie_monster.cc | 1111 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/ |
D | extension_cookies_helpers.cc | 60 result->SetBoolean(keys::kHttpOnlyKey, cookie.IsHttpOnly()); in CreateCookieValue()
|
/external/chromium/chrome/browser/ui/webui/ |
D | cookies_tree_model_util.cc | 93 std::string accessible = cookie.IsHttpOnly() ? in GetCookieTreeNodeDictionary()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_specific_content_settings.cc | 124 cookie->IsHttpOnly()); in OnCookiesRead()
|
/external/chromium/chrome/browser/net/ |
D | sqlite_persistent_cookie_store.cc | 495 add_smt.BindInt(7, po->cc().IsHttpOnly());
|