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