Home | History | Annotate | Download | only in webrtc

Lines Matching refs:offer2

2029   SessionDescriptionInterface* offer2 = CreateOffer();
2030 SetLocalDescriptionWithoutError(offer2);
2040 SessionDescriptionInterface* offer2 = CreateOffer();
2041 SetRemoteDescriptionWithoutError(offer2);
2886 SessionDescriptionInterface* offer2 =
2891 EXPECT_TRUE(offer2->AddCandidate(&ice_candidate2));
2892 SetRemoteDescriptionWithoutError(offer2);