Searched refs:reuse_type (Results 1 – 8 of 8) sorted by relevance
129 void set_reuse_type(SocketReuseType reuse_type) { reuse_type_ = reuse_type; } in set_reuse_type() argument166 SocketReuseType reuse_type() const { return reuse_type_; } in reuse_type() function
165 histograms->AddSocketType(reuse_type()); in HandleInitCompletion()166 switch (reuse_type()) { in HandleInitCompletion()
481 ClientSocketHandle::SocketReuseType reuse_type = in AssignIdleSocketToRequest() local487 reuse_type, in AssignIdleSocketToRequest()976 ClientSocketHandle::SocketReuseType reuse_type, in HandOutSocket() argument984 handle->set_reuse_type(reuse_type); in HandOutSocket()
537 ClientSocketHandle::SocketReuseType reuse_type,
2689 EXPECT_EQ(ClientSocketHandle::UNUSED, handle.reuse_type()); in TEST_F()2703 EXPECT_EQ(ClientSocketHandle::UNUSED, handle.reuse_type()); in TEST_F()
985 ClientSocketHandle::SocketReuseType reuse_type = connection_->reuse_type(); in IsConnectionReused() local987 reuse_type == ClientSocketHandle::UNUSED_IDLE; in IsConnectionReused()
1388 UMA_HISTOGRAM_ENUMERATION("Net.HttpSocketType", handle.reuse_type(), in LogHttpConnectedMetrics()1391 switch (handle.reuse_type()) { in LogHttpConnectedMetrics()
1752 connection_->reuse_type() == ClientSocketHandle::UNUSED_IDLE; in IsReused()