Searched refs:TASTART (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyleConstants.h | 317 TAAUTO, LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER, TASTART, TAEND, enumerator
|
/external/webkit/Source/WebCore/css/ |
D | CSSPrimitiveValueMappings.h | 1624 case TASTART: in CSSPrimitiveValue() 1658 return TASTART; in ETextAlign()
|
D | CSSStyleSelector.cpp | 4437 if (m_parentStyle->textAlign() == TASTART) in applyProperty()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderText.cpp | 594 case TASTART: in localCaretRect()
|
D | RenderBlockLineLayout.cpp | 565 case TASTART: in computeInlineDirectionPositionsForLine()
|
D | RenderBlock.cpp | 5872 case TASTART: in localCaretRect()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AccessibilityObjectWrapperAtk.cpp | 1363 case TASTART: in getAttributeSetForAccessibilityObject()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 36371 …Fixed the bug by introducing new enum values to ETextAlign: TASTART and TAEND. These two values wi… 36375 (WebCore::CSSPrimitiveValue::CSSPrimitiveValue): Added the support for TASTART and TAEND. 36380 (WebCore::RenderBlock::localCaretRect): Added the support for TASTART and TAEND. 36382 …ore::RenderBlock::computeInlineDirectionPositionsForLine): Added the support for TASTART and TAEND. 36386 * rendering/style/RenderStyleConstants.h: Added TASTART and TAEND to ETextAlign.
|