Searched refs:descriptionInitDict (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCSessionDescription.cpp50 RTCSessionDescription* RTCSessionDescription::create(const Dictionary& descriptionInitDict, ExceptionState& exceptionState) argument
53 bool ok = DictionaryHelper::get(descriptionInitDict, "type", type);
60 DictionaryHelper::get(descriptionInitDict, "sdp", sdp);
H A DRTCSessionDescription.idl33 Constructor(optional Dictionary descriptionInitDict),

Completed in 111 milliseconds