Searched refs:AfterSide (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSProperty.cpp | 55 enum LogicalBoxSide { BeforeSide, EndSide, AfterSide, StartSide }; enumerator 189 return resolveToPhysicalProperty(direction, writingMode, AfterSide, marginShorthand()); in resolveDirectionAwareProperty() 197 return resolveToPhysicalProperty(direction, writingMode, AfterSide, paddingShorthand()); in resolveDirectionAwareProperty() 205 return resolveToPhysicalProperty(direction, writingMode, AfterSide, borderDirections()); in resolveDirectionAwareProperty() 213 return resolveToPhysicalProperty(direction, writingMode, AfterSide, borderColorShorthand()); in resolveDirectionAwareProperty() 221 return resolveToPhysicalProperty(direction, writingMode, AfterSide, borderStyleShorthand()); in resolveDirectionAwareProperty() 229 return resolveToPhysicalProperty(direction, writingMode, AfterSide, borderWidthShorthand()); in resolveDirectionAwareProperty()
|