Searched refs:DoCreateOffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc377 bool DoCreateOffer(SessionDescriptionInterface** desc) { function in class:PeerConnectionInterfaceTest
442 EXPECT_TRUE(DoCreateOffer(offer.use()));
494 ASSERT_TRUE(DoCreateOffer(offer.use()));
675 EXPECT_TRUE(DoCreateOffer(&offer));
695 EXPECT_TRUE(DoCreateOffer(&offer));
704 EXPECT_FALSE(DoCreateOffer(&offer));
720 EXPECT_TRUE(DoCreateOffer(offer.use()));
1201 EXPECT_TRUE(DoCreateOffer(offer.use()));
H A Dpeerconnection_unittest.cc610 ASSERT_TRUE(DoCreateOffer(offer.use()));
803 bool DoCreateOffer(SessionDescriptionInterface** desc) { function in class:JsepTestClient

Completed in 79 milliseconds