Searched defs:isLeftToRightDirection (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextDirection.h33 inline bool isLeftToRightDirection(TextDirection direction) { return direction == LTR; } function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DSliderThumbElement.cpp266 bool isLeftToRightDirection = renderBox()->style()->isLeftToRightDirection(); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineBox.h258 bool isLeftToRightDirection() const { return direction() == LTR; } function in class:WebCore::InlineBox
H A DRenderBlockLineLayout.cpp741 static void updateLogicalWidthForLeftAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) argument
757 static void updateLogicalWidthForRightAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) argument
779 static void updateLogicalWidthForCenterAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h600 bool isLeftToRightDirection() const { return direction() == LTR; } function in class:WebCore::RenderStyle

Completed in 222 milliseconds