Home
last modified time | relevance | path

Searched refs:receive_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
Ddata_receiver.js122 if (this.receive_) {
123 this.receive_.dispatchFatalError(this.fatalErrorValue_);
124 this.receive_ = null;
169 this.receive_ = null;
224 if (this.receive_) {
225 this.receive_.dispatchFatalError(this.fatalErrorValue_);
226 this.receive_ = null;
281 if (this.receive_)
295 this.receive_ = receive;
308 if (waitResult != core.RESULT_OK || !this.receive_) {
[all …]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h270 receive_(false), in Channel()
307 bool receive_; member
457 return channels_.find(channel)->second->receive_; in GetReceive()
721 channels_[channel]->receive_ = true;
726 channels_[channel]->receive_ = false;
1190 if (it->second->receive_) {