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

  /external/chromium/net/socket_stream/
socket_stream_throttle.cc 31 void RegisterSocketStreamThrottle(
59 void SocketStreamThrottleRegistry::RegisterSocketStreamThrottle(
73 void SocketStreamThrottle::RegisterSocketStreamThrottle(
77 registry->RegisterSocketStreamThrottle(scheme, throttle);
socket_stream_throttle.h 67 static void RegisterSocketStreamThrottle(
  /external/chromium/net/websockets/
websocket_throttle.cc 155 SocketStreamThrottle::RegisterSocketStreamThrottle("ws", this);
156 SocketStreamThrottle::RegisterSocketStreamThrottle("wss", this);

Completed in 247 milliseconds