resolveDirectionAwareProperty 1598 Source/core/css/CSSComputedStyleDeclaration.cpp propertyID = CSSProperty::resolveDirectionAwareProperty(propertyID, style->direction(), style->writingMode()); resolveDirectionAwareProperty 80 Source/core/css/CSSProperty.h static CSSPropertyID resolveDirectionAwareProperty(CSSPropertyID, TextDirection, WritingMode); resolveDirectionAwareProperty 1627 Source/core/css/resolver/StyleBuilderCustom.cpp CSSPropertyID newId = CSSProperty::resolveDirectionAwareProperty(id, state.style()->direction(), state.style()->writingMode()); resolveDirectionAwareProperty 518 Source/core/rendering/RenderTableCell.cpp int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0; resolveDirectionAwareProperty 519 Source/core/rendering/RenderTableCell.cpp int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0; resolveDirectionAwareProperty 621 Source/core/rendering/RenderTableCell.cpp int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderStartColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0; resolveDirectionAwareProperty 622 Source/core/rendering/RenderTableCell.cpp int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderEndColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0; resolveDirectionAwareProperty 720 Source/core/rendering/RenderTableCell.cpp int beforeColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderBeforeColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0; resolveDirectionAwareProperty 721 Source/core/rendering/RenderTableCell.cpp int afterColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderAfterColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0; resolveDirectionAwareProperty 806 Source/core/rendering/RenderTableCell.cpp int beforeColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderBeforeColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0; resolveDirectionAwareProperty 807 Source/core/rendering/RenderTableCell.cpp int afterColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkitBorderAfterColor, styleForCellFlow()->direction(), styleForCellFlow()->writingMode()) : 0;