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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.h 77 send_to_voicemail_ = send_to_voicemail;
79 bool send_to_voicemail() { return send_to_voicemail_; }
130 bool send_to_voicemail_; member in class:cricket::Call
call.cc 54 send_to_voicemail_(true),
80 send_to_voicemail_ ? kSendToVoicemailTimeout : kNoVoicemailTimeout,
183 if (send_to_voicemail_) {

Completed in 3967 milliseconds