HomeSort by relevance Sort by last modified time
    Searched refs:ConnectionHandlerImpl (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/google_apis/gcm/engine/
connection_handler_impl.h 19 class GCM_EXPORT ConnectionHandlerImpl : public ConnectionHandler {
28 ConnectionHandlerImpl(
33 virtual ~ConnectionHandlerImpl();
96 base::OneShotTimer<ConnectionHandlerImpl> read_timeout_timer_;
115 base::WeakPtrFactory<ConnectionHandlerImpl> weak_ptr_factory_;
117 DISALLOW_COPY_AND_ASSIGN(ConnectionHandlerImpl);
connection_handler_impl.cc 35 ConnectionHandlerImpl::ConnectionHandlerImpl(
50 ConnectionHandlerImpl::~ConnectionHandlerImpl() {
53 void ConnectionHandlerImpl::Init(
73 bool ConnectionHandlerImpl::CanSendMessage() const {
78 void ConnectionHandlerImpl::SendMessage(
94 base::Bind(&ConnectionHandlerImpl::OnMessageSent,
100 void ConnectionHandlerImpl::Login(
115 base::Bind(&ConnectionHandlerImpl::OnMessageSent
    [all...]
connection_factory_impl.h 24 class ConnectionHandlerImpl;
89 scoped_ptr<ConnectionHandlerImpl> connection_handler_;
connection_factory_impl.cc 79 new ConnectionHandlerImpl(
connection_handler_impl_unittest.cc 111 ConnectionHandlerImpl* connection_handler() {
138 scoped_ptr<ConnectionHandlerImpl> connection_handler_;
191 connection_handler_.reset(new ConnectionHandlerImpl(

Completed in 605 milliseconds