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

  /external/chromium_org/google_apis/gcm/engine/
fake_connection_factory.cc 26 connection_handler_.reset(new FakeConnectionHandler(read_callback,
31 return connection_handler_.get();
37 connection_handler_->Init(login_request, NULL);
41 return connection_handler_.get() && connection_handler_->CanSendMessage();
fake_connection_factory.h 45 scoped_ptr<FakeConnectionHandler> connection_handler_; member in class:gcm::FakeConnectionFactory
connection_factory_impl.cc 86 DCHECK(!connection_handler_);
94 connection_handler_ = CreateConnectionHandler(
103 return connection_handler_.get();
107 DCHECK(connection_handler_);
147 return connection_handler_ && connection_handler_->CanSendMessage();
310 connection_handler_->Init(login_request, socket_handle_.socket());
545 if (connection_handler_)
546 connection_handler_->Reset();
connection_factory_impl.h 178 scoped_ptr<ConnectionHandler> connection_handler_; member in class:gcm::ConnectionFactoryImpl
mcs_client.h 231 ConnectionHandler* connection_handler_; member in class:gcm::MCSClient
connection_handler_impl_unittest.cc 118 return connection_handler_.get();
142 scoped_ptr<ConnectionHandlerImpl> connection_handler_; member in class:gcm::__anon12999::GCMConnectionHandlerImplTest
195 connection_handler_.reset(new ConnectionHandlerImpl(
205 connection_handler_->Init(
    [all...]
mcs_client.cc 167 connection_handler_(NULL),
199 connection_handler_ = connection_factory_->GetConnectionHandler();
538 connection_handler_->SendMessage(*packet_info->protobuf);
    [all...]

Completed in 70 milliseconds