Searched refs:PutInQueue (Results 1 – 8 of 8) sorted by relevance
37 void PutInQueue(WebSocketJob* job);
62 void WebSocketThrottle::PutInQueue(WebSocketJob* job) { in PutInQueue() function in net::WebSocketThrottle
168 WebSocketThrottle::GetInstance()->PutInQueue(this); in OnStartOpenConnection()
206 WebSocketThrottle::GetInstance()->PutInQueue(websocket_); in InitWebSocketJob()
42 bool PutInQueue(WebSocketJob* job);
395 ASSERT_TRUE(WebSocketThrottle::GetInstance()->PutInQueue(websocket_.get())); in SkipToConnecting()828 WebSocketThrottle::GetInstance()->PutInQueue(block_websocket.get())); in TestConnectByWebSocket()957 WebSocketThrottle::GetInstance()->PutInQueue(block_websocket.get())); in TestConnectBySpdy()988 EXPECT_FALSE(WebSocketThrottle::GetInstance()->PutInQueue(job)); in TestThrottlingLimit()990 EXPECT_TRUE(WebSocketThrottle::GetInstance()->PutInQueue(job)); in TestThrottlingLimit()
42 bool WebSocketThrottle::PutInQueue(WebSocketJob* job) { in PutInQueue() function in net::WebSocketThrottle
173 if (!WebSocketThrottle::GetInstance()->PutInQueue(this)) { in OnStartOpenConnection()