OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectDataChannel
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakedatachannelprovider.h
57
virtual bool
ConnectDataChannel
(webrtc::DataChannel* data_channel) OVERRIDE {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h
53
virtual bool
ConnectDataChannel
(DataChannel* data_channel) = 0;
datachannel.cc
255
connected_to_provider_ = provider_->
ConnectDataChannel
(this);
257
// The sid may have been unassigned when provider_->
ConnectDataChannel
was
397
connected_to_provider_ = provider_->
ConnectDataChannel
(this);
webrtcsession.h
204
virtual bool
ConnectDataChannel
(DataChannel* webrtc_data_channel) OVERRIDE;
webrtcsession.cc
[
all
...]
Completed in 67 milliseconds