IsReferencedAt     54 net/spdy/hpack_decoder.cc     if (context_.IsReferencedAt(i) &&
IsReferencedAt    146 net/spdy/hpack_decoder.cc   if (!context_.IsReferencedAt(index)) {
IsReferencedAt     61 net/spdy/hpack_encoding_context.h   bool IsReferencedAt(uint32 index) const;
IsReferencedAt    113 net/spdy/hpack_encoding_context_test.cc   EXPECT_TRUE(encoding_context.IsReferencedAt(1));
IsReferencedAt    129 net/spdy/hpack_encoding_context_test.cc   EXPECT_FALSE(encoding_context.IsReferencedAt(1));
IsReferencedAt    197 net/spdy/hpack_encoding_context_test.cc   EXPECT_TRUE(encoding_context.IsReferencedAt(1));