HomeSort by relevance Sort by last modified time
    Searched full:pre_auth_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclient.cc 68 talk_base::scoped_ptr<PreXmppAuth> pre_auth_; member in class:buzz::XmppClient::Private
140 d_->pre_auth_.reset(pre_auth);
191 if (d_->pre_auth_.get()) {
192 d_->pre_auth_->SignalAuthDone.connect(this, &XmppClient::OnAuthDone);
193 d_->pre_auth_->StartPreXmppAuth(
214 if (!d_->pre_auth_.get()) {
221 if (!d_->pre_auth_->IsAuthDone())
224 if (!d_->pre_auth_->IsAuthorized()) {
226 if (d_->pre_auth_->HadError()) {
228 d_->pre_engine_subcode_ = d_->pre_auth_->GetError()
    [all...]
  /external/chromium/third_party/libjingle/
mods-since-v0_4_0.diff     [all...]

Completed in 114 milliseconds