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
50
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
311
connected_to_provider_ = provider_->
ConnectDataChannel
(this);
462
connected_to_provider_ = provider_->
ConnectDataChannel
(this);
464
// The sid may have been unassigned when provider_->
ConnectDataChannel
was
webrtcsession.h
192
virtual bool
ConnectDataChannel
(DataChannel* webrtc_data_channel) OVERRIDE;
webrtcsession.cc
[
all
...]
Completed in 24 milliseconds