Searched refs:visible_ (Results 1 – 4 of 4) sorted by relevance
32 bool visible() const { return visible_; } in visible()55 bool visible_ = false; variable
39 visible_ = status.get().visible;57 visible_ = status.get().visible;89 !IfAnyOf<int32_t, int64_t, bool>::Get(variant, &visible_); in SetAttributes()
42 bool visible() const { return visible_; } in visible()112 bool visible_ = false; variable
90 if (visible_ != value) { in OnSetAttributes()92 visible_ = value; in OnSetAttributes()