Searched refs:reuse_type (Results 1 – 5 of 5) sorted by relevance
96 histograms->AddSocketType(reuse_type()); in HandleInitCompletion()97 switch (reuse_type()) { in HandleInitCompletion()
138 SocketReuseType reuse_type() const { in reuse_type() function
2218 EXPECT_EQ(ClientSocketHandle::UNUSED, handle.reuse_type()); in TEST_F()2232 EXPECT_EQ(ClientSocketHandle::UNUSED, handle.reuse_type()); in TEST_F()
694 ClientSocketHandle::SocketReuseType reuse_type = connection_->reuse_type(); in IsConnectionReused() local696 reuse_type == ClientSocketHandle::UNUSED_IDLE; in IsConnectionReused()
994 UMA_HISTOGRAM_ENUMERATION("Net.HttpSocketType", handle.reuse_type(), in LogHttpConnectedMetrics()997 switch (handle.reuse_type()) { in LogHttpConnectedMetrics()