Searched defs:current_desc (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/talk/session/media/
H A Dmediasession_unittest.cc293 rtc::scoped_ptr<SessionDescription> current_desc; local
296 current_desc.reset(new SessionDescription());
297 EXPECT_TRUE(current_desc->AddTransportInfo(
301 EXPECT_TRUE(current_desc->AddTransportInfo(
305 EXPECT_TRUE(current_desc->AddTransportInfo(
311 desc.reset(f1_.CreateOffer(options, current_desc.get()));
315 desc.reset(f1_.CreateAnswer(offer.get(), options, current_desc.get()));
H A Dmediasession.cc1509 const SessionDescription* current_desc,
1514 GetTransportDescription(content_name, current_desc);
1530 const SessionDescription* current_desc) const {
1536 GetTransportDescription(content_name, current_desc);
1506 AddTransportOffer( const std::string& content_name, const TransportOptions& transport_options, const SessionDescription* current_desc, SessionDescription* offer_desc) const argument
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc813 void RemoveIceUfragPwdLines(const SessionDescriptionInterface* current_desc, argument
815 const cricket::SessionDescription* desc = current_desc->description();
816 EXPECT_TRUE(current_desc->ToString(sdp));
837 void ModifyIceUfragPwdLines(const SessionDescriptionInterface* current_desc, argument
841 const cricket::SessionDescription* desc = current_desc->description();
842 EXPECT_TRUE(current_desc->ToString(sdp));
980 const SessionDescriptionInterface* current_desc) {
983 if (current_desc) {
984 cricket_desc = current_desc->description();
985 session_id = current_desc
976 CreateRemoteOfferWithVersion( cricket::MediaSessionOptions options, cricket::SecurePolicy secure_policy, const std::string& session_version, const SessionDescriptionInterface* current_desc) argument
1008 CreateRemoteOffer( cricket::MediaSessionOptions options, const SessionDescriptionInterface* current_desc) argument
[all...]
/external/v8/src/
H A Dobjects.cc7748 PropertyDescriptor current_desc; local
7750 isolate, receiver, key, &current_desc);
7754 PropertyDescriptor::IsAccessorDescriptor(&current_desc)
7781 PropertyDescriptor current_desc; local
7783 isolate, object, key, &current_desc);
7786 if (current_desc.configurable()) return Just(false);
7788 PropertyDescriptor::IsDataDescriptor(&current_desc) &&
7789 current_desc.writable()) {

Completed in 265 milliseconds