HomeSort by relevance Sort by last modified time
    Searched defs:mcs_client_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/gcm_driver/
gcm_client_impl.h 168 // Receives information about mcs_client_ errors.
174 // Initializes mcs_client_, which handles the connection to MCS.
178 // Starts a login on mcs_client_.
271 scoped_ptr<MCSClient> mcs_client_; member in class:gcm::GCMClientImpl
  /external/chromium_org/google_apis/gcm/engine/
mcs_client_unittest.cc 98 TestMCSClient* mcs_client() const { return mcs_client_.get(); }
134 scoped_ptr<TestMCSClient> mcs_client_; member in class:gcm::__anon12489::MCSClientTest
169 mcs_client_.reset(new TestMCSClient(&clock_,
178 base::Unretained(mcs_client_.get()),
197 mcs_client_->Login(kAndroidId, kSecurityToken);
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 248 scoped_ptr<MCSClient> mcs_client_; member in class:gcm::__anon12494::MCSProbe
312 mcs_client_.reset(new MCSClient("probe",
338 mcs_client_->Initialize(
473 mcs_client_->Login(android_id_, secret_);

Completed in 302 milliseconds