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

  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 200 scoped_ptr<ConnectionFactoryImpl> connection_factory_; member in class:gcm::__anon11213::MCSProbe
247 connection_factory_.reset(
253 connection_factory_.get(),
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 171 ConnectionFactory* connection_factory_; member in class:gcm::MCSClient
mcs_client.cc 96 connection_factory_(connection_factory),
126 connection_factory_->Initialize(
133 connection_handler_ = connection_factory_->GetConnectionHandler();
151 connection_factory_->Connect();
mcs_client_unittest.cc 76 return &connection_factory_;
100 FakeConnectionFactory connection_factory_; member in class:gcm::__anon11209::MCSClientTest
128 &connection_factory_,
159 connection_factory_.GetConnectionHandler());

Completed in 49 milliseconds