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

/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl_unittest.cc158 FakeGCMInternalsBuilder(base::TimeDelta clock_step);
179 FakeGCMInternalsBuilder::FakeGCMInternalsBuilder(base::TimeDelta clock_step) argument
180 : clock_step_(clock_step) {
220 void BuildGCMClient(base::TimeDelta clock_step);
369 void GCMClientImplTest::BuildGCMClient(base::TimeDelta clock_step) { argument
371 new FakeGCMInternalsBuilder(clock_step))));

Completed in 44 milliseconds