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