Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/platform/
DWebFallbackThemeEngine.h104 struct MenuListExtraParams { struct
105 bool hasBorder;
106 bool hasBorderRadius;
107 int arrowX;
108 int arrowY;
109 WebColor backgroundColor;
DWebThemeEngine.h142 struct MenuListExtraParams { struct
143 bool hasBorder;
144 bool hasBorderRadius;
145 int arrowX;
146 int arrowY;
147 int arrowHeight;
148 WebColor backgroundColor;
149 bool fillContentArea;
/external/chromium_org/ui/native_theme/
Dnative_theme.h133 struct MenuListExtraParams { struct
134 bool has_border;
135 bool has_border_radius;
136 int arrow_x;
137 int arrow_y;
138 SkColor background_color;
139 int classic_state; // Used on Windows when uxtheme is not available.