Searched refs:OnThrottled (Results 1 – 8 of 8) sorted by relevance
57 void FakeSyncScheduler::OnThrottled( in OnThrottled() function in syncer::FakeSyncScheduler
45 virtual void OnThrottled(
48 virtual void OnThrottled(const base::TimeDelta& throttle_duration) = 0;
99 session->delegate()->OnThrottled(delta); in SimulateThrottledImpl()
78 virtual void OnThrottled(const base::TimeDelta& throttle_duration) OVERRIDE;
452 session->delegate()->OnThrottled(GetThrottleDelay(*response)); in PostClientToServerMessage()
815 void SyncSchedulerImpl::OnThrottled(const base::TimeDelta& throttle_duration) { in OnThrottled() function in syncer::SyncSchedulerImpl
195 virtual void OnThrottled(const base::TimeDelta& throttle_duration) OVERRIDE { in OnThrottled() function in syncer::SyncerTest