Lines Matching refs:offer2
678 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local
680 data = offer2->GetContentByName("data"); in TEST_F()
740 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local
742 ASSERT_TRUE(offer2.get() != NULL); in TEST_F()
743 EXPECT_EQ(2u, offer2->contents().size()); in TEST_F()
744 EXPECT_TRUE(IsMediaContentOfType(&offer2->contents()[0], MEDIA_TYPE_DATA)); in TEST_F()
745 EXPECT_TRUE(IsMediaContentOfType(&offer2->contents()[1], MEDIA_TYPE_VIDEO)); in TEST_F()
749 f1_.CreateOffer(opts, offer2.get())); in TEST_F()
871 rtc::scoped_ptr<SessionDescription> offer2( in TEST_F() local
873 ASSERT_TRUE(offer2.get() != NULL); in TEST_F()
878 f1_.CreateOffer(opts, offer2.get())); in TEST_F()