OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadyToSendData
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakedatachannelprovider.h
87
virtual bool
ReadyToSendData
() const OVERRIDE {
110
// Set true to emulate the transport
ReadyToSendData
signal when the transport
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h
61
virtual bool
ReadyToSendData
() const = 0;
webrtcsession.h
208
virtual bool
ReadyToSendData
() const OVERRIDE;
datachannel.cc
153
if (provider_->
ReadyToSendData
()) {
webrtcsession.cc
[
all
...]
Completed in 402 milliseconds