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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp.h 84 P2PMessageThrottler* throttler_; member in class:content::P2PSocketHostUdp
socket_dispatcher_host.h 108 P2PMessageThrottler throttler_; member in class:content::P2PSocketDispatcherHost
socket_host_udp_unittest.cc 190 socket_host_.reset(new P2PSocketHostUdp(&sender_, 0, &throttler_));
201 throttler_.SetTiming(timing.Pass());
204 P2PMessageThrottler throttler_; member in class:content::P2PSocketHostUdpTest
340 throttler_.SetSendIceBandwidth(packet1.size() * 2);
369 throttler_.SetSendIceBandwidth(packet1.size());
socket_host_udp.cc 77 throttler_(throttler) {
205 if (throttler_->DropNextPacket(data.size())) {
socket_dispatcher_host.cc 235 this, socket_id, type, url_context_.get(), &throttler_));

Completed in 60 milliseconds