Home
last modified time | relevance | path

Searched refs:StartSide (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.cpp55 enum LogicalBoxSide { BeforeSide, EndSide, AfterSide, StartSide }; enumerator
70 case StartSide: in resolveToPhysicalProperty()
84 case StartSide: in resolveToPhysicalProperty()
97 case StartSide: in resolveToPhysicalProperty()
111 case StartSide: in resolveToPhysicalProperty()
125 case StartSide: in resolveToPhysicalProperty()
139 case StartSide: in resolveToPhysicalProperty()
152 case StartSide: in resolveToPhysicalProperty()
185 return resolveToPhysicalProperty(direction, writingMode, StartSide, marginShorthand()); in resolveDirectionAwareProperty()
193 return resolveToPhysicalProperty(direction, writingMode, StartSide, paddingShorthand()); in resolveDirectionAwareProperty()
[all …]