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

  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.cc 16 show_(SHOW_NONE),
presencestatus.h 40 Show show() const { return show_; }
58 void set_show(Show show) { show_ = show; }
161 Show show_; member in class:buzz::PresenceStatus
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
markermanager.js 109 me.show_ = opt_opts.show || true;
157 if (me.show_) {
656 return this.show_ ? true : false;
666 return !this.show_;
674 this.show_ = true;
683 this.show_ = false;
692 this.show_ = !this.show_;
708 // An extra check on this.show_ to increase performance (no need to processAll_)
709 if (this.show_) {
    [all...]
  /external/webp/src/dec/
vp8i_dec.h 73 uint8_t show_; member in struct:__anon49413
vp8_dec.c 285 frm_hdr->show_ = (bits >> 4) & 1;
291 if (!frm_hdr->show_) {

Completed in 77 milliseconds