GetConnectionHandler   57 google_apis/gcm/engine/connection_factory.h   virtual ConnectionHandler* GetConnectionHandler() const = 0;
GetConnectionHandler   46 google_apis/gcm/engine/connection_factory_impl.h   virtual ConnectionHandler* GetConnectionHandler() const OVERRIDE;
GetConnectionHandler  171 google_apis/gcm/engine/connection_factory_impl_unittest.cc   GetConnectionHandler()->Init(*request, NULL);
GetConnectionHandler  283 google_apis/gcm/engine/connection_factory_impl_unittest.cc   ConnectionHandler* handler = factory()->GetConnectionHandler();
GetConnectionHandler   27 google_apis/gcm/engine/fake_connection_factory.h   virtual ConnectionHandler* GetConnectionHandler() const OVERRIDE;
GetConnectionHandler  188 google_apis/gcm/engine/mcs_client.cc   connection_handler_ = connection_factory_->GetConnectionHandler();
GetConnectionHandler  204 google_apis/gcm/engine/mcs_client_unittest.cc       connection_factory_.GetConnectionHandler());