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

  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 110 std::list<cricket::Candidate> pending_candidates_; member in class:remoting::protocol::__anon14507::LibjingleStreamTransport
160 while (!pending_candidates_.empty()) {
161 channel_->OnCandidate(pending_candidates_.front());
162 pending_candidates_.pop_front();
255 pending_candidates_.push_back(candidate);
jingle_session.h 105 // Sends transport-info message with candidates from |pending_candidates_|.
175 std::list<JingleMessage::NamedCandidate> pending_candidates_; member in class:remoting::protocol::JingleSession
jingle_session.cc 293 pending_candidates_.push_back(JingleMessage::NamedCandidate(
383 message.candidates.swap(pending_candidates_);

Completed in 2391 milliseconds