Searched defs:MenuListExtraParams (Results 1 – 3 of 3) sorted by relevance
104 struct MenuListExtraParams { struct105 bool hasBorder;106 bool hasBorderRadius;107 int arrowX;108 int arrowY;109 WebColor backgroundColor;
142 struct MenuListExtraParams { struct143 bool hasBorder;144 bool hasBorderRadius;145 int arrowX;146 int arrowY;147 int arrowHeight;148 WebColor backgroundColor;149 bool fillContentArea;
133 struct MenuListExtraParams { struct134 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.