Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_throttle.h42 bool PutInQueue(WebSocketJob* job);
Dwebsocket_throttle.cc42 bool WebSocketThrottle::PutInQueue(WebSocketJob* job) { in PutInQueue() function in net::WebSocketThrottle
Dwebsocket_job_test.cc485 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()
Dwebsocket_job.cc167 if (!WebSocketThrottle::GetInstance()->PutInQueue(this)) { in OnStartOpenConnection()