OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saved_candidates_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc
502
for (size_t i = 0; i <
saved_candidates_
.size(); ++i) {
503
delete
saved_candidates_
[i];
676
if (!
saved_candidates_
.empty()) {
[
all
...]
webrtcsession.h
288
// Copy the candidates from |
saved_candidates_
| to |dest_desc|.
289
// The |
saved_candidates_
| will be cleared after this function call.
336
std::vector<IceCandidateInterface*>
saved_candidates_
;
member in class:webrtc::WebRtcSession
Completed in 443 milliseconds