Home | History | Annotate | Download | only in base

Lines Matching defs:entry_

117   TurnEntry* entry_;
135 TurnEntry* entry_;
788 entry_(entry),
790 entry_->SignalDestroyed.connect(
803 if (entry_) {
804 entry_->OnCreatePermissionSuccess();
809 if (entry_) {
811 entry_->OnCreatePermissionError(response, error_code->code());
820 ASSERT(entry_ == entry);
821 entry_ = NULL;
829 entry_(entry),
832 entry_->SignalDestroyed.connect(
847 if (entry_) {
848 entry_->OnChannelBindSuccess();
853 entry_->SendChannelBindRequest(TURN_PERMISSION_TIMEOUT - 60 * 1000);
858 if (entry_) {
860 entry_->OnChannelBindError(response, error_code->code());
869 ASSERT(entry_ == entry);
870 entry_ = NULL;