Home | History | Annotate | Download | only in webrtc

Lines Matching refs:CreateOffer

857 void PeerConnection::CreateOffer(CreateSessionDescriptionObserver* observer,
859 TRACE_EVENT0("webrtc", "PeerConnection::CreateOffer");
861 LOG(LS_ERROR) << "CreateOffer - observer is NULL.";
906 CreateOffer(observer, options);
909 void PeerConnection::CreateOffer(CreateSessionDescriptionObserver* observer,
911 TRACE_EVENT0("webrtc", "PeerConnection::CreateOffer");
913 LOG(LS_ERROR) << "CreateOffer - observer is NULL.";
919 std::string error = "CreateOffer called with invalid options.";
925 session_->CreateOffer(observer, options, session_options);
1352 // so that it's correct in the next call to CreateOffer.
1393 // so that it's correct in the next call to CreateOffer.