HomeSort by relevance Sort by last modified time
    Searched refs:writable_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannel.cc 38 << WRITABLE_ABBREV[writable_] << "]";
50 if (writable_ != writable) {
51 writable_ = writable;
transportchannel.h 46 readable_(false), writable_(false) {}
57 bool writable() const { return writable_; }
103 bool writable_; member in class:cricket::TransportChannel
transport.h 131 bool writable() const { return writable_; }
260 bool writable_; member in class:cricket::Transport
transport.cc 87 destroyed_(false), readable_(false), writable_(false),
337 if (writable_ != writable) {
338 writable_ = writable;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 104 writable_(false),
466 if (writable_)
470 writable_ = true;
476 if (!writable_)
481 writable_ = false;
    [all...]
channel.h 141 bool writable() const { return writable_; }
247 bool writable_; member in class:cricket::BaseChannel
  /external/v8/src/
v8natives.js 487 this.writable_ = false;
502 "writable_",
537 this.writable_ = writable;
541 return this.writable_;
    [all...]

Completed in 206 milliseconds