1// This file is automatically generated from CSSProperties.json by the makeprop.pl script. Do not edit it.
2
3#pragma once
4
5namespace WebCore {
6
7class StylePropertyShorthand;
8
9StylePropertyShorthand allShorthand();
10StylePropertyShorthand animationShorthand();
11StylePropertyShorthand backgroundShorthand();
12StylePropertyShorthand backgroundPositionShorthand();
13StylePropertyShorthand backgroundRepeatShorthand();
14StylePropertyShorthand borderShorthand();
15StylePropertyShorthand borderBlockShorthand();
16StylePropertyShorthand borderBlockColorShorthand();
17StylePropertyShorthand borderBlockEndShorthand();
18StylePropertyShorthand borderBlockStartShorthand();
19StylePropertyShorthand borderBlockStyleShorthand();
20StylePropertyShorthand borderBlockWidthShorthand();
21StylePropertyShorthand borderBottomShorthand();
22StylePropertyShorthand borderColorShorthand();
23StylePropertyShorthand borderImageShorthand();
24StylePropertyShorthand borderInlineShorthand();
25StylePropertyShorthand borderInlineColorShorthand();
26StylePropertyShorthand borderInlineEndShorthand();
27StylePropertyShorthand borderInlineStartShorthand();
28StylePropertyShorthand borderInlineStyleShorthand();
29StylePropertyShorthand borderInlineWidthShorthand();
30StylePropertyShorthand borderLeftShorthand();
31StylePropertyShorthand borderRadiusShorthand();
32StylePropertyShorthand borderRightShorthand();
33StylePropertyShorthand borderSpacingShorthand();
34StylePropertyShorthand borderStyleShorthand();
35StylePropertyShorthand borderTopShorthand();
36StylePropertyShorthand borderWidthShorthand();
37StylePropertyShorthand columnRuleShorthand();
38StylePropertyShorthand columnsShorthand();
39StylePropertyShorthand flexShorthand();
40StylePropertyShorthand flexFlowShorthand();
41StylePropertyShorthand fontShorthand();
42StylePropertyShorthand fontVariantShorthand();
43StylePropertyShorthand gapShorthand();
44StylePropertyShorthand gridShorthand();
45StylePropertyShorthand gridAreaShorthand();
46StylePropertyShorthand gridColumnShorthand();
47StylePropertyShorthand gridRowShorthand();
48StylePropertyShorthand gridTemplateShorthand();
49StylePropertyShorthand insetShorthand();
50StylePropertyShorthand insetBlockShorthand();
51StylePropertyShorthand insetInlineShorthand();
52StylePropertyShorthand listStyleShorthand();
53StylePropertyShorthand marginShorthand();
54StylePropertyShorthand marginBlockShorthand();
55StylePropertyShorthand marginInlineShorthand();
56StylePropertyShorthand markerShorthand();
57StylePropertyShorthand outlineShorthand();
58StylePropertyShorthand overflowShorthand();
59StylePropertyShorthand paddingShorthand();
60StylePropertyShorthand paddingBlockShorthand();
61StylePropertyShorthand paddingInlineShorthand();
62StylePropertyShorthand pageBreakAfterShorthand();
63StylePropertyShorthand pageBreakBeforeShorthand();
64StylePropertyShorthand pageBreakInsideShorthand();
65StylePropertyShorthand perspectiveOriginShorthand();
66StylePropertyShorthand placeContentShorthand();
67StylePropertyShorthand placeItemsShorthand();
68StylePropertyShorthand placeSelfShorthand();
69StylePropertyShorthand transformOriginShorthand();
70StylePropertyShorthand transitionShorthand();
71StylePropertyShorthand webkitBorderRadiusShorthand();
72StylePropertyShorthand webkitColumnBreakAfterShorthand();
73StylePropertyShorthand webkitColumnBreakBeforeShorthand();
74StylePropertyShorthand webkitColumnBreakInsideShorthand();
75StylePropertyShorthand webkitMarginCollapseShorthand();
76StylePropertyShorthand webkitMarqueeShorthand();
77StylePropertyShorthand webkitMaskShorthand();
78StylePropertyShorthand webkitMaskPositionShorthand();
79StylePropertyShorthand webkitMaskRepeatShorthand();
80StylePropertyShorthand webkitTextDecorationShorthand();
81StylePropertyShorthand webkitTextEmphasisShorthand();
82StylePropertyShorthand webkitTextStrokeShorthand();
83
84} // namespace WebCore
85