Home
last modified time | relevance | path

Searched refs:AddCandidate (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Djsepsessiondescription_unittest.cc150 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
166 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
184 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
201 EXPECT_FALSE(jsep_desc_->AddCandidate(&bad_candidate1)); in TEST_F()
204 EXPECT_FALSE(jsep_desc_->AddCandidate(&bad_candidate2)); in TEST_F()
211 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
215 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
225 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate_with_credentials)); in TEST_F()
247 EXPECT_TRUE(jsep_desc_->AddCandidate(&jsep_candidate)); in TEST_F()
Djsepsessiondescription.h76 virtual bool AddCandidate(const IceCandidateInterface* candidate);
Djsep.h119 virtual bool AddCandidate(const IceCandidateInterface* candidate) = 0;
Djsepsessiondescription.cc111 bool JsepSessionDescription::AddCandidate( in AddCandidate() function in webrtc::JsepSessionDescription
Dwebrtcsessiondescriptionfactory.cc101 dest_desc->AddCandidate(source_candidates->at(n)); in CopyCandidatesFromSessionDescription()
Dwebrtcsession.cc926 if (!remote_desc_->AddCandidate(candidate)) { in ProcessIceMessage()
1359 local_desc_->AddCandidate(&candidate); in ProcessNewLocalCandidate()
1557 dest_desc->AddCandidate(saved_candidates_[i]); in CopySavedCandidates()
Dwebrtcsession_unittest.cc1699 EXPECT_TRUE(offer->AddCandidate(&ice_candidate2)); in TEST_F()
1771 EXPECT_TRUE(offer->AddCandidate(&ice_candidate)); in TEST_F()
2770 EXPECT_TRUE(offer->AddCandidate(&ice_candidate)); in TEST_F()
2775 EXPECT_TRUE(offer->AddCandidate(&ice_candidate1)); in TEST_F()
Dwebrtcsdp_unittest.cc645 jdesc_.AddCandidate(&jice); in WebRtcSdpTest()
Dwebrtcsdp.cc956 jdesc->AddCandidate(*it); in SdpDeserialize()
/external/chromium_org/v8/src/
Dmark-compact.h400 void AddCandidate(SharedFunctionInfo* shared_info) { in AddCandidate() function
407 void AddCandidate(JSFunction* function) { in AddCandidate() function
Dobjects-visiting-inl.h480 collector->code_flusher()->AddCandidate(shared); in VisitSharedFunctionInfo()
541 collector->code_flusher()->AddCandidate(function); in VisitJSFunction()
/external/chromium_org/content/renderer/media/webrtc/
Dmock_peer_connection_dependency_factory.cc375 virtual bool AddCandidate(const IceCandidateInterface* candidate) OVERRIDE { in AddCandidate() function in content::MockSessionDescription
/external/chromium_org/v8/
DChangeLog2701 Added sanity check to CodeFlusher::AddCandidate.