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 412 for (size_t i = 0; i < saved_candidates_.size(); ++i) {
413 delete saved_candidates_[i];
489 if (!saved_candidates_.empty()) {
735 saved_candidates_.push_back(
    [all...]
webrtcsession.h 263 // Copy the candidates from |saved_candidates_| to |dest_desc|.
264 // The |saved_candidates_| will be cleared after this function call.
291 std::vector<IceCandidateInterface*> saved_candidates_; member in class:webrtc::WebRtcSession

Completed in 151 milliseconds