Home
last modified time | relevance | path

Searched refs:show_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmarkermanager.js109 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_) { // performance
739 if (this.show_) { // performance
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h40 Show show() const { return show_; } in show()
58 void set_show(Show show) { show_ = show; } in set_show()
161 Show show_; variable
Dpresencestatus.cc16 show_(SHOW_NONE), in PresenceStatus()
/external/webp/src/dec/
Dvp8i_dec.h73 uint8_t show_; member
Dvp8_dec.c285 frm_hdr->show_ = (bits >> 4) & 1; in VP8GetHeaders()
291 if (!frm_hdr->show_) { in VP8GetHeaders()