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

  /external/chromium/net/websockets/
websocket_throttle.h 29 class WebSocketThrottle {
32 static WebSocketThrottle* GetInstance();
53 WebSocketThrottle();
54 virtual ~WebSocketThrottle();
55 friend struct DefaultSingletonTraits<WebSocketThrottle>;
websocket_throttle.cc 49 WebSocketThrottle::WebSocketThrottle() {
52 WebSocketThrottle::~WebSocketThrottle() {
58 WebSocketThrottle* WebSocketThrottle::GetInstance() {
59 return Singleton<WebSocketThrottle>::get();
62 void WebSocketThrottle::PutInQueue(WebSocketJob* job) {
89 void WebSocketThrottle::RemoveFromQueue(WebSocketJob* job) {
133 void WebSocketThrottle::WakeupSocketIfNecessary()
    [all...]

Completed in 33 milliseconds