ConnectionHandler   52 google_apis/gcm/engine/connection_factory.h       const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   53 google_apis/gcm/engine/connection_factory.h       const ConnectionHandler::ProtoSentCallback& write_callback) = 0;
ConnectionHandler   57 google_apis/gcm/engine/connection_factory.h   virtual ConnectionHandler* GetConnectionHandler() const = 0;
ConnectionHandler   72 google_apis/gcm/engine/connection_factory_impl.cc     const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   73 google_apis/gcm/engine/connection_factory_impl.cc     const ConnectionHandler::ProtoSentCallback& write_callback) {
ConnectionHandler   90 google_apis/gcm/engine/connection_factory_impl.cc ConnectionHandler* ConnectionFactoryImpl::GetConnectionHandler() const {
ConnectionHandler  261 google_apis/gcm/engine/connection_factory_impl.cc scoped_ptr<ConnectionHandler> ConnectionFactoryImpl::CreateConnectionHandler(
ConnectionHandler  263 google_apis/gcm/engine/connection_factory_impl.cc     const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler  264 google_apis/gcm/engine/connection_factory_impl.cc     const ConnectionHandler::ProtoSentCallback& write_callback,
ConnectionHandler  265 google_apis/gcm/engine/connection_factory_impl.cc     const ConnectionHandler::ConnectionChangedCallback& connection_callback) {
ConnectionHandler  266 google_apis/gcm/engine/connection_factory_impl.cc   return make_scoped_ptr<ConnectionHandler>(
ConnectionHandler   44 google_apis/gcm/engine/connection_factory_impl.h       const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   45 google_apis/gcm/engine/connection_factory_impl.h       const ConnectionHandler::ProtoSentCallback& write_callback) OVERRIDE;
ConnectionHandler   46 google_apis/gcm/engine/connection_factory_impl.h   virtual ConnectionHandler* GetConnectionHandler() const OVERRIDE;
ConnectionHandler   80 google_apis/gcm/engine/connection_factory_impl.h   virtual scoped_ptr<ConnectionHandler> CreateConnectionHandler(
ConnectionHandler   82 google_apis/gcm/engine/connection_factory_impl.h       const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   83 google_apis/gcm/engine/connection_factory_impl.h       const ConnectionHandler::ProtoSentCallback& write_callback,
ConnectionHandler   84 google_apis/gcm/engine/connection_factory_impl.h       const ConnectionHandler::ConnectionChangedCallback& connection_callback);
ConnectionHandler  154 google_apis/gcm/engine/connection_factory_impl.h   scoped_ptr<ConnectionHandler> connection_handler_;
ConnectionHandler  118 google_apis/gcm/engine/connection_factory_impl_unittest.cc   virtual scoped_ptr<ConnectionHandler> CreateConnectionHandler(
ConnectionHandler  120 google_apis/gcm/engine/connection_factory_impl_unittest.cc       const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler  121 google_apis/gcm/engine/connection_factory_impl_unittest.cc       const ConnectionHandler::ProtoSentCallback& write_callback,
ConnectionHandler  122 google_apis/gcm/engine/connection_factory_impl_unittest.cc       const ConnectionHandler::ConnectionChangedCallback& connection_callback)
ConnectionHandler  197 google_apis/gcm/engine/connection_factory_impl_unittest.cc scoped_ptr<ConnectionHandler>
ConnectionHandler  200 google_apis/gcm/engine/connection_factory_impl_unittest.cc     const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler  201 google_apis/gcm/engine/connection_factory_impl_unittest.cc     const ConnectionHandler::ProtoSentCallback& write_callback,
ConnectionHandler  202 google_apis/gcm/engine/connection_factory_impl_unittest.cc     const ConnectionHandler::ConnectionChangedCallback& connection_callback) {
ConnectionHandler  206 google_apis/gcm/engine/connection_factory_impl_unittest.cc   return make_scoped_ptr<ConnectionHandler>(fake_handler_);
ConnectionHandler  265 google_apis/gcm/engine/connection_factory_impl_unittest.cc       ConnectionHandler::ProtoReceivedCallback(),
ConnectionHandler  266 google_apis/gcm/engine/connection_factory_impl_unittest.cc       ConnectionHandler::ProtoSentCallback());
ConnectionHandler  283 google_apis/gcm/engine/connection_factory_impl_unittest.cc   ConnectionHandler* handler = factory()->GetConnectionHandler();
ConnectionHandler    9 google_apis/gcm/engine/connection_handler.cc ConnectionHandler::ConnectionHandler() {
ConnectionHandler   12 google_apis/gcm/engine/connection_handler.cc ConnectionHandler::~ConnectionHandler() {
ConnectionHandler   35 google_apis/gcm/engine/connection_handler.h class GCM_EXPORT ConnectionHandler {
ConnectionHandler   42 google_apis/gcm/engine/connection_handler.h   ConnectionHandler();
ConnectionHandler   43 google_apis/gcm/engine/connection_handler.h   virtual ~ConnectionHandler();
ConnectionHandler   19 google_apis/gcm/engine/connection_handler_impl.h class GCM_EXPORT ConnectionHandlerImpl : public ConnectionHandler {
ConnectionHandler   23 google_apis/gcm/engine/fake_connection_factory.cc     const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   24 google_apis/gcm/engine/fake_connection_factory.cc     const ConnectionHandler::ProtoSentCallback& write_callback) {
ConnectionHandler   30 google_apis/gcm/engine/fake_connection_factory.cc ConnectionHandler* FakeConnectionFactory::GetConnectionHandler() const {
ConnectionHandler   25 google_apis/gcm/engine/fake_connection_factory.h       const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   26 google_apis/gcm/engine/fake_connection_factory.h       const ConnectionHandler::ProtoSentCallback& write_callback) OVERRIDE;
ConnectionHandler   27 google_apis/gcm/engine/fake_connection_factory.h   virtual ConnectionHandler* GetConnectionHandler() const OVERRIDE;
ConnectionHandler   29 google_apis/gcm/engine/fake_connection_handler.cc     const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   30 google_apis/gcm/engine/fake_connection_handler.cc     const ConnectionHandler::ProtoSentCallback& write_callback)
ConnectionHandler   17 google_apis/gcm/engine/fake_connection_handler.h class FakeConnectionHandler : public ConnectionHandler {
ConnectionHandler   20 google_apis/gcm/engine/fake_connection_handler.h       const ConnectionHandler::ProtoReceivedCallback& read_callback,
ConnectionHandler   21 google_apis/gcm/engine/fake_connection_handler.h       const ConnectionHandler::ProtoSentCallback& write_callback);
ConnectionHandler   56 google_apis/gcm/engine/fake_connection_handler.h   ConnectionHandler::ProtoReceivedCallback read_callback_;
ConnectionHandler   57 google_apis/gcm/engine/fake_connection_handler.h   ConnectionHandler::ProtoSentCallback write_callback_;
ConnectionHandler  216 google_apis/gcm/engine/mcs_client.h   ConnectionHandler* connection_handler_;