Home | History | Annotate | Download | only in phone

Lines Matching refs:focus_call_

56     : jid_(jid), session_manager_(manager), focus_call_(NULL),
65 : jid_(jid), session_manager_(manager), focus_call_(NULL),
385 if (call == focus_call_)
411 return focus_call_;
415 Call *old_focus_call = focus_call_;
416 if (focus_call_ != call) {
417 if (focus_call_ != NULL)
418 focus_call_->EnableChannels(false);
419 focus_call_ = call;
420 if (focus_call_ != NULL)
421 focus_call_->EnableChannels(true);
422 SignalFocus(focus_call_, old_focus_call);
430 if (focus_call_ == call)
432 call_to_join->Join(call, focus_call_ == call_to_join);