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

/external/chromium_org/third_party/webrtc/test/manual/
H A Dadapter.js1 var RTCPeerConnection = null; variable
8 // The RTCPeerConnection object.
9 RTCPeerConnection = mozRTCPeerConnection;
24 // The RTCPeerConnection object.
25 RTCPeerConnection = webkitRTCPeerConnection;
/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Dadapter.js14 var RTCPeerConnection = null; variable
48 // The RTCPeerConnection object.
49 var RTCPeerConnection = function(pcConfig, pcConstraints) {
179 // The RTCPeerConnection object.
180 var RTCPeerConnection = function(pcConfig, pcConstraints) {
/external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
H A Dadapter.js1 var RTCPeerConnection = null; variable
35 // The RTCPeerConnection object.
36 var RTCPeerConnection = function(pcConfig, pcConstraints) {
166 // The RTCPeerConnection object.
167 var RTCPeerConnection = function(pcConfig, pcConstraints) {
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCPeerConnection.cpp32 #include "modules/mediastream/RTCPeerConnection.h"
75 static bool throwExceptionIfSignalingStateClosed(RTCPeerConnection::SignalingState state, ExceptionState& exceptionState)
77 if (state == RTCPeerConnection::SignalingStateClosed) {
78 exceptionState.throwDOMException(InvalidStateError, "The RTCPeerConnection's signalingState is 'closed'.");
87 RTCConfiguration* RTCPeerConnection::parseConfiguration(const Dictionary& configuration, ExceptionState& exceptionState)
175 RTCOfferOptions* RTCPeerConnection::parseOfferOptions(const Dictionary& options, ExceptionState& exceptionState)
210 RTCPeerConnection* RTCPeerConnection::create(ExecutionContext* context, const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints, ExceptionState& exceptionState)
220 RTCPeerConnection* peerConnection = adoptRefCountedGarbageCollectedWillBeNoop(new RTCPeerConnection(contex
228 RTCPeerConnection::RTCPeerConnection(ExecutionContext* context, RTCConfiguration* configuration, WebMediaConstraints constraints, ExceptionState& exceptionState) function in class:blink::RTCPeerConnection
[all...]

Completed in 1271 milliseconds