TouchCount        157 net/spdy/hpack_encoding_context.cc   return header_table_.GetEntry(index).TouchCount();
TouchCount         46 net/spdy/hpack_entry.cc   if (TouchCount() != kUntouched)
TouchCount         47 net/spdy/hpack_entry.cc     touch_count_str = base::IntToString(TouchCount());
TouchCount         67 net/spdy/hpack_entry.cc   uint32 new_touch_count = TouchCount();
TouchCount         67 net/spdy/hpack_entry.h   uint32 TouchCount() const;
TouchCount         29 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount         48 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount         59 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount         63 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount         67 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount         75 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount         79 net/spdy/hpack_entry_test.cc   EXPECT_EQ(0u, entry.TouchCount());
TouchCount         83 net/spdy/hpack_entry_test.cc   EXPECT_EQ(255u, entry.TouchCount());
TouchCount         88 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched - 1, entry.TouchCount());
TouchCount         92 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount        101 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());
TouchCount        105 net/spdy/hpack_entry_test.cc   EXPECT_EQ(0u, entry.TouchCount());
TouchCount        109 net/spdy/hpack_entry_test.cc   EXPECT_EQ(255u, entry.TouchCount());
TouchCount        114 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched - 1, entry.TouchCount());
TouchCount        118 net/spdy/hpack_entry_test.cc   EXPECT_EQ(HpackEntry::kUntouched, entry.TouchCount());