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

  /external/chromium_org/device/serial/
serial_service_impl.cc 15 : connection_factory_(connection_factory) {
22 connection_factory_(connection_factory) {
63 connection_factory_->CreateConnection(path,
serial_service_impl.h 48 scoped_refptr<SerialConnectionFactory> connection_factory_; member in class:device::SerialServiceImpl
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 227 ConnectionFactory* connection_factory_; member in class:gcm::MCSClient
mcs_client.cc 166 connection_factory_(connection_factory),
192 connection_factory_->Initialize(
199 connection_handler_ = connection_factory_->GetConnectionHandler();
291 connection_factory_->Connect();
352 } else if (!connection_factory_->IsEndpointReachable()) {
470 if (!connection_factory_->IsEndpointReachable())
643 connection_factory_->SignalConnectionReset(
695 connection_factory_->SignalConnectionReset(
873 connection_factory_->SignalConnectionReset(
    [all...]
mcs_client_unittest.cc 100 return &connection_factory_;
133 FakeConnectionFactory connection_factory_; member in class:gcm::__anon13008::MCSClientTest
170 &connection_factory_,
213 connection_factory_.GetConnectionHandler());
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 251 scoped_ptr<ConnectionFactoryImpl> connection_factory_; member in class:gcm::__anon13013::MCSProbe
302 connection_factory_.reset(
315 connection_factory_.get(),
  /external/chromium_org/components/gcm_driver/
gcm_client_impl.cc 343 connection_factory_ = internals_builder_->BuildConnectionFactory(
352 connection_factory_->SetConnectionListener(this);
356 connection_factory_.get(),
579 connection_factory_.reset();
788 if (connection_factory_.get())
789 stats.connection_state = connection_factory_->GetConnectionStateString();
    [all...]
gcm_client_impl.h 288 scoped_ptr<ConnectionFactory> connection_factory_; member in class:gcm::GCMClientImpl
gcm_client_impl_unittest.cc 272 return gcm_client_->connection_factory_.get();
    [all...]

Completed in 1102 milliseconds