Home
last modified time | relevance | path

Searched refs:connection_handler_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
Dfake_connection_factory.cc26 connection_handler_.reset(new FakeConnectionHandler(read_callback, in Initialize()
31 return connection_handler_.get(); in GetConnectionHandler()
37 connection_handler_->Init(login_request, NULL); in Connect()
41 return connection_handler_.get() && connection_handler_->CanSendMessage(); in IsEndpointReachable()
Dconnection_factory_impl.cc86 DCHECK(!connection_handler_); in Initialize()
94 connection_handler_ = CreateConnectionHandler( in Initialize()
103 return connection_handler_.get(); in GetConnectionHandler()
107 DCHECK(connection_handler_); in Connect()
147 return connection_handler_ && connection_handler_->CanSendMessage(); in IsEndpointReachable()
310 connection_handler_->Init(login_request, socket_handle_.socket()); in InitHandler()
545 if (connection_handler_) in CloseSocket()
546 connection_handler_->Reset(); in CloseSocket()
Dfake_connection_factory.h45 scoped_ptr<FakeConnectionHandler> connection_handler_;
Dconnection_factory_impl.h178 scoped_ptr<ConnectionHandler> connection_handler_; variable
Dmcs_client.h231 ConnectionHandler* connection_handler_; variable
Dconnection_handler_impl_unittest.cc118 return connection_handler_.get(); in connection_handler()
142 scoped_ptr<ConnectionHandlerImpl> connection_handler_; member in gcm::__anonb7b7fbf60111::GCMConnectionHandlerImplTest
195 connection_handler_.reset(new ConnectionHandlerImpl( in Connect()
205 connection_handler_->Init( in Connect()
Dmcs_client.cc167 connection_handler_(NULL), in MCSClient()
199 connection_handler_ = connection_factory_->GetConnectionHandler(); in Initialize()
538 connection_handler_->SendMessage(*packet_info->protobuf); in SendPacketToWire()