HomeSort by relevance Sort by last modified time
    Searched refs:PutInQueue (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/websockets/
websocket_throttle.h 37 void PutInQueue(WebSocketJob* job);
websocket_throttle.cc 62 void WebSocketThrottle::PutInQueue(WebSocketJob* job) {
websocket_job.cc 168 WebSocketThrottle::GetInstance()->PutInQueue(this);
websocket_job_unittest.cc 206 WebSocketThrottle::GetInstance()->PutInQueue(websocket_);
  /external/chromium_org/net/websockets/
websocket_throttle.h 42 bool PutInQueue(WebSocketJob* job);
websocket_throttle.cc 42 bool WebSocketThrottle::PutInQueue(WebSocketJob* job) {
websocket_job_test.cc 395 ASSERT_TRUE(WebSocketThrottle::GetInstance()->PutInQueue(websocket_.get()));
828 WebSocketThrottle::GetInstance()->PutInQueue(block_websocket.get()));
    [all...]
websocket_job.cc 173 if (!WebSocketThrottle::GetInstance()->PutInQueue(this)) {
182 // PutInQueue() may set |waiting_| true for throttling. In this case,

Completed in 172 milliseconds