HomeSort by relevance Sort by last modified time
    Searched refs:RTCSessionDescription (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCSessionDescriptionCallback.h 36 class RTCSessionDescription;
41 virtual void handleEvent(RTCSessionDescription*) = 0;
RTCSessionDescriptionCallback.idl 32 void handleEvent(RTCSessionDescription sdp);
RTCSessionDescription.h 45 class RTCSessionDescription FINAL : public RefCounted<RTCSessionDescription>, public ScriptWrappable {
47 static PassRefPtr<RTCSessionDescription> create(const Dictionary&, ExceptionState&);
48 static PassRefPtr<RTCSessionDescription> create(blink::WebRTCSessionDescription);
59 explicit RTCSessionDescription(blink::WebRTCSessionDescription);
RTCSessionDescription.cpp 33 #include "modules/mediastream/RTCSessionDescription.h"
51 PassRefPtr<RTCSessionDescription> RTCSessionDescription::create(const Dictionary& descriptionInitDict, ExceptionState& exceptionState)
63 return adoptRef(new RTCSessionDescription(blink::WebRTCSessionDescription(type, sdp)));
66 PassRefPtr<RTCSessionDescription> RTCSessionDescription::create(blink::WebRTCSessionDescription webSessionDescription)
68 return adoptRef(new RTCSessionDescription(webSessionDescription));
71 RTCSessionDescription::RTCSessionDescription(blink::WebRTCSessionDescription webSessionDescription)
77 String RTCSessionDescription::type(
    [all...]
RTCSessionDescription.idl 34 ] interface RTCSessionDescription {
RTCSessionDescriptionRequestImpl.cpp 37 #include "modules/mediastream/RTCSessionDescription.h"
64 RefPtr<RTCSessionDescription> sessionDescription = RTCSessionDescription::create(webSessionDescription);
RTCPeerConnection.idl 42 [RaisesException] void setLocalDescription(RTCSessionDescription description, [Default=Undefined] optional VoidCallback successCallback, [Default=Undefined] optional RTCErrorCallback failureCallback);
43 [RaisesException=Getter] readonly attribute RTCSessionDescription localDescription;
45 [RaisesException] void setRemoteDescription(RTCSessionDescription description, [Default=Undefined] optional VoidCallback successCallback, [Default=Undefined] optional RTCErrorCallback failureCallback);
46 [RaisesException=Getter] readonly attribute RTCSessionDescription remoteDescription;
RTCPeerConnection.h 54 class RTCSessionDescription;
69 void setLocalDescription(PassRefPtr<RTCSessionDescription>, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&);
70 PassRefPtr<RTCSessionDescription> localDescription(ExceptionState&);
72 void setRemoteDescription(PassRefPtr<RTCSessionDescription>, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&);
73 PassRefPtr<RTCSessionDescription> remoteDescription(ExceptionState&);
RTCPeerConnection.cpp 53 #include "modules/mediastream/RTCSessionDescription.h"
209 void RTCPeerConnection::setLocalDescription(PassRefPtr<RTCSessionDescription> prpSessionDescription, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback, ExceptionState& exceptionState)
216 RefPtr<RTCSessionDescription> sessionDescription = prpSessionDescription;
226 PassRefPtr<RTCSessionDescription> RTCPeerConnection::localDescription(ExceptionState& exceptionState)
232 RefPtr<RTCSessionDescription> sessionDescription = RTCSessionDescription::create(webSessionDescription);
236 void RTCPeerConnection::setRemoteDescription(PassRefPtr<RTCSessionDescription> prpSessionDescription, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback, ExceptionState& exceptionState)
243 RefPtr<RTCSessionDescription> sessionDescription = prpSessionDescription;
253 PassRefPtr<RTCSessionDescription> RTCPeerConnection::remoteDescription(ExceptionState& exceptionState)
259 RefPtr<RTCSessionDescription> desc = RTCSessionDescription::create(webSessionDescription)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCSessionDescriptonDelegate.h 31 @class RTCSessionDescription;
42 didCreateSessionDescription:(RTCSessionDescription *)sdp
RTCPeerConnection.h 34 @class RTCSessionDescription;
48 @property(nonatomic, assign, readonly) RTCSessionDescription *localDescription;
51 @property(nonatomic, assign, readonly) RTCSessionDescription *remoteDescription;
83 sessionDescription:(RTCSessionDescription *)sdp;
89 sessionDescription:(RTCSessionDescription *)sdp;
RTCSessionDescription.h 31 // RTCSessionDescription is an ObjectiveC wrapper for
33 @interface RTCSessionDescription : NSObject
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCSessionDescription+Internal.h 28 #import "RTCSessionDescription.h"
33 @interface RTCSessionDescription (Internal)
RTCPeerConnection.mm 39 #import "RTCSessionDescription+internal.h"
41 #import "RTCSessionDescription.h"
60 RTCSessionDescription *session =
61 [[RTCSessionDescription alloc] initWithSessionDescription:desc];
159 sessionDescription:(RTCSessionDescription *)sdp {
168 sessionDescription:(RTCSessionDescription *)sdp {
184 - (RTCSessionDescription *)localDescription {
188 [[RTCSessionDescription alloc] initWithSessionDescription:sdi] :
196 - (RTCSessionDescription *)remoteDescription {
200 [[RTCSessionDescription alloc] initWithSessionDescription:sdi]
    [all...]
RTCSessionDescription.mm 32 #import "RTCSessionDescription+internal.h"
34 @implementation RTCSessionDescription
53 @implementation RTCSessionDescription (Internal)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.h 32 @class RTCSessionDescription;
42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
RTCPeerConnectionTest.mm 36 #import "RTCSessionDescription.h"
50 + (BOOL)isSession:(RTCSessionDescription *)session1
51 ofSameTypeAsSession:(RTCSessionDescription *)session2;
68 + (BOOL)isSession:(RTCSessionDescription *)session1
69 ofSameTypeAsSession:(RTCSessionDescription *)session2 {
141 RTCSessionDescription *offerSDP = sdpObserver.sessionDescription;
166 RTCSessionDescription *answerSDP = sdpObserver.sessionDescription;
RTCSessionDescriptionSyncObserver.m 34 #import "RTCSessionDescription.h"
76 didCreateSessionDescription:(RTCSessionDescription *)sdp
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m 39 #import "RTCSessionDescription.h"
276 RTCSessionDescription *sdp = [[RTCSessionDescription alloc]
365 didCreateSessionDescription:(RTCSessionDescription *)origSdp
374 RTCSessionDescription* sdp =
375 [[RTCSessionDescription alloc]
  /external/chromium_org/third_party/WebKit/Source/modules/
modules.target.darwin-arm.mk 145 third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp \
modules.target.darwin-mips.mk 145 third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp \
modules.target.darwin-x86.mk 145 third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp \
modules.target.linux-arm.mk 145 third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp \
modules.target.linux-mips.mk 145 third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp \
modules.target.linux-x86.mk 145 third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp \

Completed in 678 milliseconds

1 2