Home | History | Annotate | Download | only in webrtc

Lines Matching refs:InternalDataChannelInit

838   rtc::scoped_ptr<InternalDataChannelInit> internal_config;
840 internal_config.reset(new InternalDataChannelInit(*config));
1830 const InternalDataChannelInit* config) {
1839 InternalDataChannelInit new_config =
1840 config ? (*config) : InternalDataChannelInit();
1947 const InternalDataChannelInit& config) {