IsReferenced 149 net/spdy/hpack_encoding_context.cc return header_table_.GetEntry(index).IsReferenced(); IsReferenced 191 net/spdy/hpack_encoding_context.cc if (entry->IsReferenced()) { IsReferenced 207 net/spdy/hpack_encoding_context.cc entry->SetReferenced(!entry->IsReferenced()); IsReferenced 171 net/spdy/hpack_encoding_context_test.cc EXPECT_TRUE(peer.header_table().GetEntry(i).IsReferenced()); IsReferenced 175 net/spdy/hpack_encoding_context_test.cc EXPECT_FALSE(peer.header_table().GetEntry(i).IsReferenced()); IsReferenced 44 net/spdy/hpack_entry.cc const char* is_referenced_str = (IsReferenced() ? "true" : "false"); IsReferenced 61 net/spdy/hpack_entry.h bool IsReferenced() const; IsReferenced 28 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 47 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 58 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 62 net/spdy/hpack_entry_test.cc EXPECT_TRUE(entry.IsReferenced()); IsReferenced 66 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 74 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 78 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 82 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 87 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 91 net/spdy/hpack_entry_test.cc EXPECT_FALSE(entry.IsReferenced()); IsReferenced 100 net/spdy/hpack_entry_test.cc EXPECT_TRUE(entry.IsReferenced()); IsReferenced 104 net/spdy/hpack_entry_test.cc EXPECT_TRUE(entry.IsReferenced()); IsReferenced 108 net/spdy/hpack_entry_test.cc EXPECT_TRUE(entry.IsReferenced()); IsReferenced 113 net/spdy/hpack_entry_test.cc EXPECT_TRUE(entry.IsReferenced()); IsReferenced 117 net/spdy/hpack_entry_test.cc EXPECT_TRUE(entry.IsReferenced()); IsReferenced 63 net/spdy/hpack_header_table.cc if (entries_.back().IsReferenced()) { IsReferenced 82 net/spdy/hpack_header_table_test.cc if (header_table.GetEntry(i).IsReferenced()) {