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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_throttler.h 33 scoped_ptr<talk_base::RateLimiter> rate_limiter_; member in class:content::P2PMessageThrottler
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler.h 135 RateLimiter rate_limiter_; member in class:policy::CloudPolicyRefreshScheduler
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 78 : rate_limiter_(NULL),
84 if (rate_limiter_ && rate_limiter_->DropNextPacket())
104 rate_limiter_ = rate_limiter;
162 RateLimiter* rate_limiter_; member in class:jingle_glue::__anon8603::FakeSocket
  /external/v8/src/
platform-cygwin.cc 669 if (rate_limiter_.SuspendIfNecessary()) continue;
732 RuntimeProfilerRateLimiter rate_limiter_; member in class:v8::internal::SamplerThread
platform-freebsd.cc 780 if (rate_limiter_.SuspendIfNecessary()) continue;
844 RuntimeProfilerRateLimiter rate_limiter_; member in class:v8::internal::SignalSender
platform-macos.cc 788 if (rate_limiter_.SuspendIfNecessary()) continue;
862 RuntimeProfilerRateLimiter rate_limiter_; member in class:v8::internal::SamplerThread
platform-solaris.cc 784 if (rate_limiter_.SuspendIfNecessary()) continue;
848 RuntimeProfilerRateLimiter rate_limiter_; member in class:v8::internal::SignalSender
platform-linux.cc 1157 if (rate_limiter_.SuspendIfNecessary()) continue;
1231 RuntimeProfilerRateLimiter rate_limiter_; member in class:v8::internal::SignalSender
    [all...]
platform-openbsd.cc 862 if (rate_limiter_.SuspendIfNecessary()) continue;
927 RuntimeProfilerRateLimiter rate_limiter_; member in class:v8::internal::SignalSender
platform-win32.cc 2067 RuntimeProfilerRateLimiter rate_limiter_; member in class:v8::internal::SamplerThread
    [all...]

Completed in 1348 milliseconds