Home | History | Annotate | Download | only in dom

Lines Matching refs:InheritedBool

794     enum InheritedBool { off = false, on = true, inherit };
795 void setDesignMode(InheritedBool value);
796 InheritedBool getDesignMode() const;
1276 InheritedBool m_designMode;