NextRetryAttempt   72 google_apis/gcm/engine/connection_factory.h   virtual base::TimeTicks NextRetryAttempt() const = 0;
NextRetryAttempt   49 google_apis/gcm/engine/connection_factory_impl.h   virtual base::TimeTicks NextRetryAttempt() const OVERRIDE;
NextRetryAttempt  173 google_apis/gcm/engine/connection_factory_impl_unittest.cc   if (!NextRetryAttempt().is_null()) {
NextRetryAttempt  176 google_apis/gcm/engine/connection_factory_impl_unittest.cc         NextRetryAttempt() - tick_clock_.NowTicks();
NextRetryAttempt  292 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  302 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  314 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks retry_time = factory()->NextRetryAttempt();
NextRetryAttempt  319 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  335 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks retry_time = factory()->NextRetryAttempt();
NextRetryAttempt  342 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  351 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks initial_backoff = factory()->NextRetryAttempt();
NextRetryAttempt  359 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks next_backoff = factory()->NextRetryAttempt();
NextRetryAttempt  369 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks initial_backoff = factory()->NextRetryAttempt();
NextRetryAttempt  378 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks next_backoff = factory()->NextRetryAttempt();
NextRetryAttempt  389 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks initial_backoff = factory()->NextRetryAttempt();
NextRetryAttempt  409 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  412 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  419 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  422 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks retry_time = factory()->NextRetryAttempt();
NextRetryAttempt  429 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_EQ(retry_time, factory()->NextRetryAttempt());
NextRetryAttempt  441 google_apis/gcm/engine/connection_factory_impl_unittest.cc   base::TimeTicks retry_time = factory()->NextRetryAttempt();
NextRetryAttempt  447 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  451 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_NE(retry_time, factory()->NextRetryAttempt());
NextRetryAttempt  452 google_apis/gcm/engine/connection_factory_impl_unittest.cc   retry_time = factory()->NextRetryAttempt();
NextRetryAttempt  460 google_apis/gcm/engine/connection_factory_impl_unittest.cc       factory()->NextRetryAttempt() - connect_time);
NextRetryAttempt  462 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
NextRetryAttempt  466 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_NE(retry_time, factory()->NextRetryAttempt());
NextRetryAttempt  467 google_apis/gcm/engine/connection_factory_impl_unittest.cc   retry_time = factory()->NextRetryAttempt();
NextRetryAttempt   30 google_apis/gcm/engine/fake_connection_factory.h   virtual base::TimeTicks NextRetryAttempt() const OVERRIDE;