Home
last modified time | relevance | path

Searched defs:ButtonExtraParams (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebFallbackThemeEngine.h88 struct ButtonExtraParams { struct
89 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;
DWebThemeEngine.h126 struct ButtonExtraParams { struct
127 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;
/external/chromium_org/ui/native_theme/
Dnative_theme.h99 struct ButtonExtraParams { struct
109 struct InnerSpinButtonExtraParams { argument