/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | RTCPeerConnection.cpp | 75 static bool throwExceptionIfSignalingStateClosed(RTCPeerConnection::SignalingState state, Exception… in throwExceptionIfSignalingStateClosed() 77 if (state == RTCPeerConnection::SignalingStateClosed) { in throwExceptionIfSignalingStateClosed() 87 RTCConfiguration* RTCPeerConnection::parseConfiguration(const Dictionary& configuration, ExceptionS… in parseConfiguration() 175 RTCOfferOptions* RTCPeerConnection::parseOfferOptions(const Dictionary& options, ExceptionState& ex… in parseOfferOptions() 210 RTCPeerConnection* RTCPeerConnection::create(ExecutionContext* context, const Dictionary& rtcConfig… in create() 220 …RTCPeerConnection* peerConnection = adoptRefCountedGarbageCollectedWillBeNoop(new RTCPeerConnectio… in create() 228 RTCPeerConnection::RTCPeerConnection(ExecutionContext* context, RTCConfiguration* configuration, We… in RTCPeerConnection() function in blink::RTCPeerConnection 233 , m_dispatchScheduledEventRunner(this, &RTCPeerConnection::dispatchScheduledEvent) in RTCPeerConnection() 266 RTCPeerConnection::~RTCPeerConnection() in ~RTCPeerConnection() 273 void RTCPeerConnection::createOffer(RTCSessionDescriptionCallback* successCallback, RTCErrorCallbac… in createOffer() [all …]
|
D | RTCPeerConnection.h | 58 class RTCPeerConnection FINAL 59 : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<RTCPeerConnection> 63 …TING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<RTCPeerConnection>); 65 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RTCPeerConnection); 67 …static RTCPeerConnection* create(ExecutionContext*, const Dictionary&, const Dictionary&, Exceptio… 68 virtual ~RTCPeerConnection(); 152 RTCPeerConnection(ExecutionContext*, RTCConfiguration*, WebMediaConstraints, ExceptionState&); 179 AsyncMethodRunner<RTCPeerConnection> m_dispatchScheduledEventRunner;
|
D | RTCVoidRequestImpl.h | 41 class RTCPeerConnection; variable 46 …static RTCVoidRequestImpl* create(ExecutionContext*, RTCPeerConnection*, VoidCallback*, RTCErrorCa… 59 RTCVoidRequestImpl(ExecutionContext*, RTCPeerConnection*, VoidCallback*, RTCErrorCallback*); 65 Member<RTCPeerConnection> m_requester;
|
D | RTCSessionDescriptionRequestImpl.h | 43 class RTCPeerConnection; variable 49 …static RTCSessionDescriptionRequestImpl* create(ExecutionContext*, RTCPeerConnection*, RTCSessionD… 61 …RTCSessionDescriptionRequestImpl(ExecutionContext*, RTCPeerConnection*, RTCSessionDescriptionCallb… 67 Member<RTCPeerConnection> m_requester;
|
D | RTCStatsRequestImpl.h | 38 class RTCPeerConnection; variable 43 …static RTCStatsRequestImpl* create(ExecutionContext*, RTCPeerConnection*, RTCStatsCallback*, Media… 58 … RTCStatsRequestImpl(ExecutionContext*, RTCPeerConnection*, RTCStatsCallback*, MediaStreamTrack*); 64 Member<RTCPeerConnection> m_requester;
|
D | RTCDataChannel.h | 38 class RTCPeerConnection; variable 51 …static RTCDataChannel* create(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelH… 52 …static RTCDataChannel* create(ExecutionContext*, RTCPeerConnection*, WebRTCPeerConnectionHandler*,… 94 RTCDataChannel(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelHandler>); 122 WeakMember<RTCPeerConnection> m_connection;
|
D | RTCStatsRequestImpl.cpp | 34 RTCStatsRequestImpl* RTCStatsRequestImpl::create(ExecutionContext* context, RTCPeerConnection* requ… in create() 41 RTCStatsRequestImpl::RTCStatsRequestImpl(ExecutionContext* context, RTCPeerConnection* requester, R… in RTCStatsRequestImpl()
|
D | RTCSessionDescriptionRequestImpl.cpp | 44 …RTCSessionDescriptionRequestImpl::create(ExecutionContext* context, RTCPeerConnection* requester, … in create() 51 …stImpl::RTCSessionDescriptionRequestImpl(ExecutionContext* context, RTCPeerConnection* requester, … in RTCSessionDescriptionRequestImpl()
|
D | RTCVoidRequestImpl.cpp | 40 RTCVoidRequestImpl* RTCVoidRequestImpl::create(ExecutionContext* context, RTCPeerConnection* reques… in create() 47 RTCVoidRequestImpl::RTCVoidRequestImpl(ExecutionContext* context, RTCPeerConnection* requester, Voi… in RTCVoidRequestImpl()
|
D | RTCDataChannel.cpp | 55 RTCDataChannel* RTCDataChannel::create(ExecutionContext* context, RTCPeerConnection* connection, Pa… in create() 61 RTCDataChannel* RTCDataChannel::create(ExecutionContext* context, RTCPeerConnection* connection, We… in create() 71 RTCDataChannel::RTCDataChannel(ExecutionContext* context, RTCPeerConnection* connection, PassOwnPtr… in RTCDataChannel()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
D | RTCPeerConnectionDelegate.h | 35 @class RTCPeerConnection; 42 - (void)peerConnectionOnError:(RTCPeerConnection *)peerConnection; 45 - (void)peerConnection:(RTCPeerConnection *)peerConnection 49 - (void)peerConnection:(RTCPeerConnection *)peerConnection 53 - (void)peerConnection:(RTCPeerConnection *)peerConnection 57 - (void)peerConnectionOnRenegotiationNeeded:(RTCPeerConnection *)peerConnection; 60 - (void)peerConnection:(RTCPeerConnection *)peerConnection 64 - (void)peerConnection:(RTCPeerConnection *)peerConnection 68 - (void)peerConnection:(RTCPeerConnection *)peerConnection 72 - (void)peerConnection:(RTCPeerConnection*)peerConnection
|
D | RTCSessionDescriptionDelegate.h | 30 @class RTCPeerConnection; 41 - (void)peerConnection:(RTCPeerConnection *)peerConnection 46 - (void)peerConnection:(RTCPeerConnection *)peerConnection
|
D | RTCStatsDelegate.h | 30 @class RTCPeerConnection; 36 - (void)peerConnection:(RTCPeerConnection*)peerConnection
|
D | RTCPeerConnectionFactory.h | 33 @class RTCPeerConnection; 50 - (RTCPeerConnection *)
|
/external/chromium_org/third_party/webrtc/test/manual/ |
D | adapter.js | 1 var RTCPeerConnection = null; variable 9 RTCPeerConnection = mozRTCPeerConnection; 25 RTCPeerConnection = webkitRTCPeerConnection;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/ |
D | RTCPeerConnectionSyncObserver.m | 154 - (void)peerConnectionOnError:(RTCPeerConnection*)peerConnection { argument 159 - (void)peerConnection:(RTCPeerConnection*)peerConnection 170 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument 177 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument 184 - (void)peerConnectionOnRenegotiationNeeded:(RTCPeerConnection*)peerConnection { argument 187 - (void)peerConnection:(RTCPeerConnection*)peerConnection 196 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument 208 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument 217 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
|
D | RTCPeerConnectionTest.mm | 34 #import "RTCPeerConnection.h" 56 - (RTCMediaStream*)addTracksToPeerConnection:(RTCPeerConnection*)pc 74 - (RTCMediaStream*)addTracksToPeerConnection:(RTCPeerConnection*)pc argument 109 RTCPeerConnection* pcOffer = 117 RTCPeerConnection* pcAnswer = 308 // factory outlives RTCPeerConnection:dealloc.
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ |
D | APPRTCConnectionManager.m | 37 #import "RTCPeerConnection.h" 51 @property(nonatomic, strong) RTCPeerConnection* peerConnection; 246 - (void)peerConnectionOnError:(RTCPeerConnection*)peerConnection { argument 256 - (void)peerConnection:(RTCPeerConnection*)peerConnection 263 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument 280 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument 286 - (void)peerConnectionOnRenegotiationNeeded:(RTCPeerConnection*)peerConnection { argument 293 - (void)peerConnection:(RTCPeerConnection*)peerConnection 319 - (void)peerConnection:(RTCPeerConnection*)peerConnection 325 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | RTCPeerConnection.mm | 32 #import "RTCPeerConnection+Internal.h" 60 RTCPeerConnection* peerConnection) { 86 RTCPeerConnection* _peerConnection; 92 RTCPeerConnection* peerConnection) { 114 RTCPeerConnection* _peerConnection; 120 RTCPeerConnection* peerConnection) { 138 RTCPeerConnection* _peerConnection; 142 @implementation RTCPeerConnection { implementation 275 @implementation RTCPeerConnection (Internal) implementation in Internal
|
D | RTCPeerConnectionObserver.h | 41 RTCPeerConnectionObserver(RTCPeerConnection* peerConnection); 74 __weak RTCPeerConnection* _peerConnection;
|
D | RTCPeerConnectionFactory.mm | 42 #import "RTCPeerConnection+Internal.h" 88 - (RTCPeerConnection*) 96 RTCPeerConnection* pc = 97 [[RTCPeerConnection alloc] initWithFactory:self.nativeFactory.get()
|
D | RTCPeerConnection+Internal.h | 34 @interface RTCPeerConnection (Internal)
|
/external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/ |
D | adapter.js | 1 var RTCPeerConnection = null; variable 36 var RTCPeerConnection = function(pcConfig, pcConstraints) { class 167 var RTCPeerConnection = function(pcConfig, pcConstraints) {
|
/external/chromium_org/third_party/webrtc/tools/loopback_test/ |
D | adapter.js | 14 var RTCPeerConnection = null; variable 49 var RTCPeerConnection = function(pcConfig, pcConstraints) { class 180 var RTCPeerConnection = function(pcConfig, pcConstraints) {
|
D | loopback_test.js | 97 var pc1 = new RTCPeerConnection(pcConfig, pcConstraints); 110 var pc2 = new RTCPeerConnection(pcConfig, pcConstraints);
|