Home
last modified time | relevance | path

Searched refs:PutInQueue (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/websockets/
Dwebsocket_throttle.h37 void PutInQueue(WebSocketJob* job);
Dwebsocket_throttle.cc62 void WebSocketThrottle::PutInQueue(WebSocketJob* job) { in PutInQueue() function in net::WebSocketThrottle
Dwebsocket_job.cc168 WebSocketThrottle::GetInstance()->PutInQueue(this); in OnStartOpenConnection()
Dwebsocket_job_unittest.cc206 WebSocketThrottle::GetInstance()->PutInQueue(websocket_); in InitWebSocketJob()
/external/chromium_org/net/websockets/
Dwebsocket_throttle.h42 bool PutInQueue(WebSocketJob* job);
Dwebsocket_job_test.cc395 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()
Dwebsocket_throttle.cc42 bool WebSocketThrottle::PutInQueue(WebSocketJob* job) { in PutInQueue() function in net::WebSocketThrottle
Dwebsocket_job.cc173 if (!WebSocketThrottle::GetInstance()->PutInQueue(this)) { in OnStartOpenConnection()