Searched defs:ButtonExtraParams (Results 1 – 3 of 3) sorted by relevance
88 struct ButtonExtraParams { struct89 bool checked;90 bool indeterminate; // Whether the button state is indeterminate.91 bool isDefault; // Whether the button is default button.92 bool hasBorder;93 WebColor backgroundColor;
126 struct ButtonExtraParams { struct127 bool checked;128 bool indeterminate; // Whether the button state is indeterminate.129 bool isDefault; // Whether the button is default button.130 bool hasBorder;131 WebColor backgroundColor;
99 struct ButtonExtraParams { struct109 struct InnerSpinButtonExtraParams { argument