Lines Matching refs:properties

64             return shorthand.properties()[logicalSide];
71 return shorthand.properties()[LeftSide];
73 return shorthand.properties()[RightSide];
75 return shorthand.properties()[BottomSide];
77 return shorthand.properties()[TopSide];
85 return shorthand.properties()[TopSide];
87 return shorthand.properties()[BottomSide];
89 return shorthand.properties()[LeftSide];
91 return shorthand.properties()[RightSide];
98 return shorthand.properties()[TopSide];
100 return shorthand.properties()[BottomSide];
102 return shorthand.properties()[RightSide];
104 return shorthand.properties()[LeftSide];
112 return shorthand.properties()[RightSide];
114 return shorthand.properties()[LeftSide];
116 return shorthand.properties()[TopSide];
118 return shorthand.properties()[BottomSide];
126 return shorthand.properties()[RightSide];
128 return shorthand.properties()[LeftSide];
130 return shorthand.properties()[BottomSide];
132 return shorthand.properties()[TopSide];
140 return shorthand.properties()[BottomSide];
142 return shorthand.properties()[TopSide];
144 return shorthand.properties()[LeftSide];
146 return shorthand.properties()[RightSide];
153 return shorthand.properties()[BottomSide];
155 return shorthand.properties()[TopSide];
157 return shorthand.properties()[RightSide];
159 return shorthand.properties()[LeftSide];
165 static CSSPropertyID resolveToPhysicalProperty(WritingMode writingMode, LogicalExtent logicalSide, const CSSPropertyID* properties)
168 return properties[logicalSide];
169 return logicalSide == LogicalWidth ? properties[1] : properties[0];
174 static const CSSPropertyID properties[4] = { CSSPropertyBorderTop, CSSPropertyBorderRight, CSSPropertyBorderBottom, CSSPropertyBorderLeft };
175 DEFINE_STATIC_LOCAL(StylePropertyShorthand, borderDirections, (CSSPropertyBorder, properties, WTF_ARRAY_LENGTH(properties)));
231 const CSSPropertyID properties[2] = { CSSPropertyWidth, CSSPropertyHeight };
232 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties);
235 const CSSPropertyID properties[2] = { CSSPropertyWidth, CSSPropertyHeight };
236 return resolveToPhysicalProperty(writingMode, LogicalHeight, properties);
239 const CSSPropertyID properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight };
240 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties);
243 const CSSPropertyID properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight };
244 return resolveToPhysicalProperty(writingMode, LogicalHeight, properties);
247 const CSSPropertyID properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight };
248 return resolveToPhysicalProperty(writingMode, LogicalWidth, properties);
251 const CSSPropertyID properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight };
252 return resolveToPhysicalProperty(writingMode, LogicalHeight, properties);
265 // The all property is a shorthand that resets all CSS properties except