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

/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc143 int num_expected_attempts_; member in class:gcm::__anon8372::TestConnectionFactoryImpl
165 num_expected_attempts_(0),
175 EXPECT_EQ(0, num_expected_attempts_);
179 ASSERT_GT(num_expected_attempts_, 0);
189 --num_expected_attempts_;
190 if (num_expected_attempts_ == 0) {
226 ASSERT_EQ(0, num_expected_attempts_);
229 num_expected_attempts_ = 1;
241 ASSERT_EQ(0, num_expected_attempts_);
244 num_expected_attempts_
[all...]

Completed in 67 milliseconds