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

  /external/chromium_org/net/websockets/
websocket_throttle.h 31 class NET_EXPORT_PRIVATE WebSocketThrottle {
34 static WebSocketThrottle* GetInstance();
53 WebSocketThrottle();
54 ~WebSocketThrottle();
55 friend struct DefaultSingletonTraits<WebSocketThrottle>;
70 DISALLOW_COPY_AND_ASSIGN(WebSocketThrottle);
websocket_throttle.cc 29 WebSocketThrottle::WebSocketThrottle() {
32 WebSocketThrottle::~WebSocketThrottle() {
38 WebSocketThrottle* WebSocketThrottle::GetInstance() {
39 return Singleton<WebSocketThrottle>::get();
42 bool WebSocketThrottle::PutInQueue(WebSocketJob* job) {
73 void WebSocketThrottle::RemoveFromQueue(WebSocketJob* job) {
116 void WebSocketThrottle::WakeupSocketIfNecessary
    [all...]
websocket_job.h 86 friend class WebSocketThrottle;
websocket_job_test.cc 483 ASSERT_TRUE(WebSocketThrottle::GetInstance()->PutInQueue(websocket_.get()));
491 WebSocketThrottle::GetInstance()->RemoveFromQueue(websocket_.get());
    [all...]
websocket_job.cc 144 WebSocketThrottle::GetInstance()->RemoveFromQueue(this);
167 if (!WebSocketThrottle::GetInstance()->PutInQueue(this)) {
245 WebSocketThrottle::GetInstance()->RemoveFromQueue(this);
494 WebSocketThrottle::GetInstance()->RemoveFromQueue(this);

Completed in 158 milliseconds