HomeSort by relevance Sort by last modified time
    Searched defs:IsEndpointReachable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
fake_connection_factory.cc 40 bool FakeConnectionFactory::IsEndpointReachable() const {
connection_factory_impl.cc 112 if (IsEndpointReachable())
121 if (connecting_ || logging_in_ || IsEndpointReachable()) {
146 bool ConnectionFactoryImpl::IsEndpointReachable() const {
151 if (IsEndpointReachable())
191 DCHECK(!IsEndpointReachable());
259 // Note that IsEndpointReachable() returns false anytime connecting_ is true,
261 if (IsEndpointReachable())
279 DCHECK(!IsEndpointReachable());

Completed in 1414 milliseconds