Searched refs:TASTART (Results 1 – 9 of 9) sorted by relevance
315 if (element.hasTagName(thTag) && style->textAlign() == TASTART) in adjustStyleForTagName()336 style->setTextAlign(TASTART); in adjustStyleForTagName()
519 else if (state.parentStyle()->textAlign() == TASTART) in applyValueCSSPropertyTextAlign()
243 s->setTextAlign(TASTART); in styleDidChange()
270 return (alignment == JUSTIFY) ? TASTART : alignment; in textAlignmentForLine()278 return TASTART; in textAlignmentForLine()292 return TASTART; in textAlignmentForLine()520 case TASTART: in updateLogicalWidthForAlignment()2032 if (textAlign == TASTART) // FIXME: Handle TAEND here in startAlignedOffsetForLine()
540 case TASTART: in localCaretRectForEmptyElement()
689 case TASTART: in localCaretRect()
320 LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER, TASTART, TAEND, enumerator
1594 static ETextAlign initialTextAlign() { return TASTART; } in initialTextAlign()
2213 case TASTART: in CSSPrimitiveValue()2249 return TASTART; in ETextAlign()