Searched defs:IsEndpointReachable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
H A Dfake_connection_factory.cc40 bool FakeConnectionFactory::IsEndpointReachable() const { function in class:gcm::FakeConnectionFactory
H A Dconnection_factory_impl.cc112 if (IsEndpointReachable())
121 if (connecting_ || logging_in_ || IsEndpointReachable()) {
146 bool ConnectionFactoryImpl::IsEndpointReachable() const { function in class:gcm::ConnectionFactoryImpl
151 if (IsEndpointReachable())
191 DCHECK(!IsEndpointReachable());
259 // Note that IsEndpointReachable() returns false anytime connecting_ is true,
261 if (IsEndpointReachable())
279 DCHECK(!IsEndpointReachable());

Completed in 71 milliseconds