Searched defs:ConnectionFactoryImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.h30 class GCM_EXPORT ConnectionFactoryImpl : class in namespace:gcm
38 ConnectionFactoryImpl(
45 virtual ~ConnectionFactoryImpl();
189 base::WeakPtrFactory<ConnectionFactoryImpl> weak_ptr_factory_;
191 DISALLOW_COPY_AND_ASSIGN(ConnectionFactoryImpl);
H A Dconnection_factory_impl.cc45 ConnectionFactoryImpl::ConnectionFactoryImpl( function in class:gcm::ConnectionFactoryImpl
73 ConnectionFactoryImpl::~ConnectionFactoryImpl() {
82 void ConnectionFactoryImpl::Initialize(
98 base::Bind(&ConnectionFactoryImpl::ConnectionHandlerCallback,
102 ConnectionHandler* ConnectionFactoryImpl::GetConnectionHandler() const {
106 void ConnectionFactoryImpl::Connect() {
118 void ConnectionFactoryImpl::ConnectWithBackoff() {
135 base::Bind(&ConnectionFactoryImpl
[all...]

Completed in 647 milliseconds