Home
last modified time | relevance | path

Searched refs:OnReceivedLongPollIntervalUpdate (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/sync/engine/
Dsync_scheduler_unittest.cc557 scheduler()->OnReceivedLongPollIntervalUpdate(poll_interval); in TEST_F()
596 scheduler()->OnReceivedLongPollIntervalUpdate(poll1); in TEST_F()
650 scheduler()->OnReceivedLongPollIntervalUpdate(poll); in TEST_F()
685 scheduler()->OnReceivedLongPollIntervalUpdate(poll); in TEST_F()
712 scheduler()->OnReceivedLongPollIntervalUpdate(poll); in TEST_F()
741 scheduler()->OnReceivedLongPollIntervalUpdate(poll); in TEST_F()
783 scheduler()->OnReceivedLongPollIntervalUpdate(poll); in TEST_F()
816 scheduler()->OnReceivedLongPollIntervalUpdate(poll); in TEST_F()
863 scheduler()->OnReceivedLongPollIntervalUpdate(poll); in TEST_F()
893 scheduler()->OnReceivedLongPollIntervalUpdate(TimeDelta::FromDays(1)); in TEST_F()
[all …]
Dsync_scheduler_impl.h85 virtual void OnReceivedLongPollIntervalUpdate(
Dsyncer_proto_util_unittest.cc43 MOCK_METHOD1(OnReceivedLongPollIntervalUpdate ,void(const base::TimeDelta&));
Dsyncer_proto_util.cc413 session->delegate()->OnReceivedLongPollIntervalUpdate( in PostClientToServerMessage()
Dsync_scheduler_impl.cc852 void SyncSchedulerImpl::OnReceivedLongPollIntervalUpdate( in OnReceivedLongPollIntervalUpdate() function in syncer::SyncSchedulerImpl
Dsyncer_unittest.cc206 virtual void OnReceivedLongPollIntervalUpdate( in OnReceivedLongPollIntervalUpdate() function in syncer::SyncerTest
/external/chromium_org/sync/test/engine/
Dfake_sync_scheduler.cc74 void FakeSyncScheduler::OnReceivedLongPollIntervalUpdate( in OnReceivedLongPollIntervalUpdate() function in syncer::FakeSyncScheduler
Dfake_sync_scheduler.h53 virtual void OnReceivedLongPollIntervalUpdate(
/external/chromium_org/sync/sessions/
Dsync_session.h71 virtual void OnReceivedLongPollIntervalUpdate(
Dtest_util.cc116 session->delegate()->OnReceivedLongPollIntervalUpdate(new_poll); in SimulatePollIntervalUpdateImpl()