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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface_unittest.cc 359 bool DoCreateOffer(SessionDescriptionInterface** desc) {
423 EXPECT_TRUE(DoCreateOffer(offer.use()));
475 ASSERT_TRUE(DoCreateOffer(offer.use()));
654 EXPECT_TRUE(DoCreateOffer(&offer));
674 EXPECT_TRUE(DoCreateOffer(&offer));
683 EXPECT_FALSE(DoCreateOffer(&offer));
699 EXPECT_TRUE(DoCreateOffer(offer.use()));
    [all...]
peerconnection_unittest.cc 582 EXPECT_TRUE(DoCreateOffer(offer.use()));
759 bool DoCreateOffer(SessionDescriptionInterface** desc) {
    [all...]

Completed in 37 milliseconds