Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSProperty.cpp163 enum LogicalExtent { LogicalWidth, LogicalHeight }; enum
165 static CSSPropertyID resolveToPhysicalProperty(WritingMode writingMode, LogicalExtent logicalSide, … in resolveToPhysicalProperty()