IsEndpointReachable   67 google_apis/gcm/engine/connection_factory.h   virtual bool IsEndpointReachable() const = 0;
IsEndpointReachable  100 google_apis/gcm/engine/connection_factory_impl.cc   if (IsEndpointReachable())
IsEndpointReachable  109 google_apis/gcm/engine/connection_factory_impl.cc   if (connecting_ || IsEndpointReachable()) {
IsEndpointReachable  159 google_apis/gcm/engine/connection_factory_impl.cc   DCHECK(!IsEndpointReachable());
IsEndpointReachable  224 google_apis/gcm/engine/connection_factory_impl.cc   if (IsEndpointReachable())
IsEndpointReachable  230 google_apis/gcm/engine/connection_factory_impl.cc   DCHECK(!IsEndpointReachable());
IsEndpointReachable   48 google_apis/gcm/engine/connection_factory_impl.h   virtual bool IsEndpointReachable() const OVERRIDE;
IsEndpointReachable  285 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  294 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->IsEndpointReachable());
IsEndpointReachable  304 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  313 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  320 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->IsEndpointReachable());
IsEndpointReachable  334 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  343 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->IsEndpointReachable());
IsEndpointReachable  361 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  380 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  396 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->IsEndpointReachable());
IsEndpointReachable  400 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  402 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->IsEndpointReachable());
IsEndpointReachable  413 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  424 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  430 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  450 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable  463 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_TRUE(factory()->IsEndpointReachable());
IsEndpointReachable  471 google_apis/gcm/engine/connection_factory_impl_unittest.cc   EXPECT_FALSE(factory()->IsEndpointReachable());
IsEndpointReachable   29 google_apis/gcm/engine/fake_connection_factory.h   virtual bool IsEndpointReachable() const OVERRIDE;
IsEndpointReachable  341 google_apis/gcm/engine/mcs_client.cc   } else if (!connection_factory_->IsEndpointReachable()) {
IsEndpointReachable  459 google_apis/gcm/engine/mcs_client.cc   if (!connection_factory_->IsEndpointReachable())
IsEndpointReachable  270 google_apis/gcm/engine/mcs_client_unittest.cc   EXPECT_TRUE(connection_factory()->IsEndpointReachable());
IsEndpointReachable  284 google_apis/gcm/engine/mcs_client_unittest.cc   EXPECT_FALSE(connection_factory()->IsEndpointReachable());