Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h317 TAAUTO, LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER, TASTART, TAEND, enumerator
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1624 case TASTART: in CSSPrimitiveValue()
1658 return TASTART; in ETextAlign()
DCSSStyleSelector.cpp4437 if (m_parentStyle->textAlign() == TASTART) in applyProperty()
/external/webkit/Source/WebCore/rendering/
DRenderText.cpp594 case TASTART: in localCaretRect()
DRenderBlockLineLayout.cpp565 case TASTART: in computeInlineDirectionPositionsForLine()
DRenderBlock.cpp5872 case TASTART: in localCaretRect()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1363 case TASTART: in getAttributeSetForAccessibilityObject()
/external/webkit/Source/WebCore/
DChangeLog36371 …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.