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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 453 for (size_t i = 0; i < saved_candidates_.size(); ++i) {
454 delete saved_candidates_[i];
547 if (!saved_candidates_.empty()) {
779 saved_candidates_.push_back(
    [all...]
webrtcsession.h 274 // Copy the candidates from |saved_candidates_| to |dest_desc|.
275 // The |saved_candidates_| will be cleared after this function call.
312 std::vector<IceCandidateInterface*> saved_candidates_; member in class:webrtc::WebRtcSession

Completed in 33 milliseconds