Lines Matching refs:local_offer
2317 rtc::scoped_ptr<SessionDescriptionInterface> local_offer(CreateOffer());
2319 ASSERT_TRUE(local_offer->candidates(kMediaContentIndex0) != NULL);
2320 EXPECT_LT(0u, local_offer->candidates(kMediaContentIndex0)->count());
3365 JsepSessionDescription* local_offer =
3367 EXPECT_TRUE((local_offer)->Initialize(offer_str, NULL));
3368 SetLocalDescriptionOfferExpectError(kBundleWithoutRtcpMux, local_offer);