HomeSort by relevance Sort by last modified time
    Searched refs:IsHttpOnly (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
cookie_monster.h 270 bool IsHttpOnly() const { return httponly_index_ != 0; }
334 bool IsHttpOnly() const { return httponly_; }
cookie_monster.cc 435 if (options.exclude_httponly() && pc.IsHttpOnly()) {
451 pc.IsSecure(), pc.IsHttpOnly(),
532 if (skip_httponly && cc->IsHttpOnly()) {
    [all...]
cookie_monster_unittest.cc 67 EXPECT_TRUE(pc.IsHttpOnly());
93 EXPECT_TRUE(pc.IsHttpOnly());
146 EXPECT_TRUE(pc.IsHttpOnly());
159 EXPECT_TRUE(pc.IsHttpOnly());
    [all...]

Completed in 20 milliseconds