Searched refs:GetDelay (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/sync/engine/
H A Dbackoff_delay_provider_unittest.cc23 delay->GetDelay(TimeDelta::FromSeconds(0)));
25 delay->GetDelay(TimeDelta::FromSeconds(1)));
27 delay->GetDelay(TimeDelta::FromSeconds(50)));
29 delay->GetDelay(TimeDelta::FromSeconds(10)));
31 delay->GetDelay(TimeDelta::FromSeconds(kMaxBackoffSeconds)));
33 delay->GetDelay(TimeDelta::FromSeconds(kMaxBackoffSeconds + 1)));
H A Dbackoff_delay_provider.h36 virtual base::TimeDelta GetDelay(const base::TimeDelta& last_delay);
H A Dbackoff_delay_provider.cc39 TimeDelta BackoffDelayProvider::GetDelay(const base::TimeDelta& last_delay) { function in class:syncer::BackoffDelayProvider
H A Dsync_scheduler_unittest.cc120 MOCK_METHOD1(GetDelay, TimeDelta(const TimeDelta&));
356 EXPECT_CALL(*delay(), GetDelay(_))
402 EXPECT_CALL(*delay(), GetDelay(_))
435 EXPECT_CALL(*delay(), GetDelay(_))
769 EXPECT_CALL(*delay(), GetDelay(_))
801 EXPECT_CALL(*delay(), GetDelay(_))
902 EXPECT_CALL(*delay(), GetDelay(_))
996 EXPECT_CALL(*delay(), GetDelay(_)).
1002 // GetDelay() setup above, this will be a long backoff.
1018 EXPECT_CALL(*delay(), GetDelay(
[all...]
H A Dsync_scheduler_impl.cc549 TimeDelta length = delay_provider_->GetDelay(
716 TimeDelta length = delay_provider_->GetDelay(wait_interval_->length);
/external/chromium_org/jingle/glue/
H A Dthread_wrapper.h91 virtual int GetDelay() OVERRIDE;
H A Dthread_wrapper.cc289 int JingleThreadWrapper::GetDelay() { function in class:jingle_glue::JingleThreadWrapper
/external/chromium_org/media/cast/test/utility/
H A Dudp_proxy.cc139 double seconds = GetDelay();
148 virtual double GetDelay() = 0;
161 virtual double GetDelay() OVERRIDE {
177 virtual double GetDelay() OVERRIDE {
200 virtual double GetDelay() OVERRIDE {
201 return RandomUnsortedDelay::GetDelay() + delay_min_;
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.cc315 int MessageQueue::GetDelay() { function in class:rtc::MessageQueue
H A Dmessagequeue.h207 virtual int GetDelay();
H A Dwin32socketserver.cc831 int delay = message_queue_->GetDelay();
H A Dsslstreamadapter_unittest.cc354 int GetDelay() { return delay_; } function in class:SSLStreamAdapterTestBase

Completed in 1849 milliseconds