OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddCandidate
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription_unittest.cc
141
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
157
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
175
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
192
EXPECT_FALSE(jsep_desc_->
AddCandidate
(&bad_candidate1));
195
EXPECT_FALSE(jsep_desc_->
AddCandidate
(&bad_candidate2));
216
EXPECT_TRUE(jsep_desc_->
AddCandidate
(&jsep_candidate));
jsepsessiondescription.h
76
virtual bool
AddCandidate
(const IceCandidateInterface* candidate);
jsep.h
119
virtual bool
AddCandidate
(const IceCandidateInterface* candidate) = 0;
jsepsessiondescription.cc
111
bool JsepSessionDescription::
AddCandidate
(
webrtcsession.cc
786
if (!remote_desc_->
AddCandidate
(candidate)) {
[
all
...]
webrtcsessiondescriptionfactory.cc
101
dest_desc->
AddCandidate
(source_candidates->at(n));
webrtcsession_unittest.cc
[
all
...]
webrtcsdp_unittest.cc
615
jdesc_.
AddCandidate
(&jice);
[
all
...]
webrtcsdp.cc
[
all
...]
/external/chromium_org/v8/src/
mark-compact.h
424
void
AddCandidate
(SharedFunctionInfo* shared_info) {
431
void
AddCandidate
(JSFunction* function) {
[
all
...]
objects-visiting-inl.h
460
collector->code_flusher()->
AddCandidate
(shared);
506
collector->code_flusher()->
AddCandidate
(function);
[
all
...]
/external/chromium_org/content/renderer/media/
mock_media_stream_dependency_factory.cc
311
virtual bool
AddCandidate
(const IceCandidateInterface* candidate) OVERRIDE {
/external/v8/src/
mark-compact.cc
770
void
AddCandidate
(SharedFunctionInfo* shared_info) {
775
void
AddCandidate
(JSFunction* function) {
[
all
...]
Completed in 153 milliseconds