Searched refs:show_ (Results 1 – 5 of 5) sorted by relevance
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_;709 if (this.show_) {731 if (this.show_) { // performance739 if (this.show_) { // performance
40 Show show() const { return show_; } in show()58 void set_show(Show show) { show_ = show; } in set_show()161 Show show_; variable
16 show_(SHOW_NONE), in PresenceStatus()
73 uint8_t show_; member
285 frm_hdr->show_ = (bits >> 4) & 1; in VP8GetHeaders()291 if (!frm_hdr->show_) { in VP8GetHeaders()