Searched refs:PutInQueue (Results 1 – 4 of 4) sorted by relevance
42 bool PutInQueue(WebSocketJob* job);
42 bool WebSocketThrottle::PutInQueue(WebSocketJob* job) { in PutInQueue() function in net::WebSocketThrottle
485 ASSERT_TRUE(WebSocketThrottle::GetInstance()->PutInQueue(websocket_.get())); in SkipToConnecting()948 WebSocketThrottle::GetInstance()->PutInQueue(block_websocket.get())); in TestConnectByWebSocket()1077 WebSocketThrottle::GetInstance()->PutInQueue(block_websocket.get())); in TestConnectBySpdy()1108 EXPECT_FALSE(WebSocketThrottle::GetInstance()->PutInQueue(job.get())); in TestThrottlingLimit()1110 EXPECT_TRUE(WebSocketThrottle::GetInstance()->PutInQueue(job.get())); in TestThrottlingLimit()
167 if (!WebSocketThrottle::GetInstance()->PutInQueue(this)) { in OnStartOpenConnection()