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
80
virtual bool
ReadyToSendData
() const OVERRIDE {
103
// 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
196
virtual bool
ReadyToSendData
() const OVERRIDE;
datachannel.cc
108
if (provider_->
ReadyToSendData
()) {
webrtcsession.cc
[
all
...]
Completed in 30 milliseconds