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 80 DCHECK(!connection_handler_);
88 connection_handler_ = CreateConnectionHandler(
97 return connection_handler_.get();
101 DCHECK(connection_handler_);
141 return connection_handler_ && connection_handler_->CanSendMessage();
301 connection_handler_->Init(login_request, socket_handle_.socket());
535 if (connection_handler_)
536 connection_handler_->Reset();
connection_factory_impl.h 165 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 117 return connection_handler_.get();
143 scoped_ptr<ConnectionHandlerImpl> connection_handler_; member in class:gcm::__anon12480::GCMConnectionHandlerImplTest
196 connection_handler_.reset(new ConnectionHandlerImpl(
206 connection_handler_->Init(
mcs_client.cc 167 connection_handler_(NULL),
199 connection_handler_ = connection_factory_->GetConnectionHandler();
538 connection_handler_->SendMessage(*packet_info->protobuf);
    [all...]

Completed in 90 milliseconds