textAlign        2181 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->textAlign());
textAlign         311 Source/core/css/resolver/StyleAdjuster.cpp         if (element.hasTagName(thTag) && style->textAlign() == TASTART)
textAlign         331 Source/core/css/resolver/StyleAdjuster.cpp         if (style->textAlign() == WEBKIT_LEFT || style->textAlign() == WEBKIT_CENTER || style->textAlign() == WEBKIT_RIGHT)
textAlign         532 Source/core/css/resolver/StyleBuilderCustom.cpp     else if (state.parentStyle()->textAlign() == TASTART)
textAlign         534 Source/core/css/resolver/StyleBuilderCustom.cpp     else if (state.parentStyle()->textAlign() == TAEND)
textAlign         537 Source/core/css/resolver/StyleBuilderCustom.cpp         state.style()->setTextAlign(state.parentStyle()->textAlign());
textAlign         413 Source/core/editing/EditingStyle.cpp static int textAlignResolvingStartAndEnd(int textAlign, int direction)
textAlign         415 Source/core/editing/EditingStyle.cpp     switch (textAlign) {
textAlign         212 Source/core/html/canvas/CanvasRenderingContext2D.h     String textAlign() const;
textAlign        1229 Source/core/rendering/RenderBlockFlow.cpp     if (style()->textAlign() != WEBKIT_CENTER && !child->style()->marginStartUsing(style()).isAuto()) {
textAlign         318 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign alignment = style()->textAlign();
textAlign         540 Source/core/rendering/RenderBlockLineLayout.cpp void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, int expansionOpportunityCount)
textAlign         552 Source/core/rendering/RenderBlockLineLayout.cpp     switch (textAlign) {
textAlign         603 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak());
textAlign         623 Source/core/rendering/RenderBlockLineLayout.cpp     computeInlineDirectionPositionsForSegment(lineBox, lineInfo, textAlign, lineLogicalLeft, availableLogicalWidth, firstRun, trailingSpaceRun, textBoxDataMap, verticalPositionCache, wordMeasurements);
textAlign         630 Source/core/rendering/RenderBlockLineLayout.cpp BidiRun* RenderBlockFlow::computeInlineDirectionPositionsForSegment(RootInlineBox* lineBox, const LineInfo& lineInfo, ETextAlign textAlign, float& logicalLeft,
textAlign         654 Source/core/rendering/RenderBlockLineLayout.cpp             if (textAlign == JUSTIFY && r != trailingSpaceRun && textJustify != TextJustifyNone) {
textAlign         693 Source/core/rendering/RenderBlockLineLayout.cpp     updateLogicalWidthForAlignment(textAlign, lineBox, trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth, expansionOpportunityCount);
textAlign        2074 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign textAlign = style()->textAlign();
textAlign        2085 Source/core/rendering/RenderBlockLineLayout.cpp             updateLogicalWidthForAlignment(textAlign, curr, 0, logicalLeft, totalLogicalWidth, availableLogicalWidth, 0);
textAlign        2113 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign textAlign = style()->textAlign();
textAlign        2136 Source/core/rendering/RenderBlockLineLayout.cpp                 updateLogicalWidthForAlignment(textAlign, curr, 0, logicalLeft, totalLogicalWidth, availableLogicalWidth, 0);
textAlign        2202 Source/core/rendering/RenderBlockLineLayout.cpp     ETextAlign textAlign = style()->textAlign();
textAlign        2204 Source/core/rendering/RenderBlockLineLayout.cpp     if (textAlign == TASTART) // FIXME: Handle TAEND here
textAlign        2211 Source/core/rendering/RenderBlockLineLayout.cpp     updateLogicalWidthForAlignment(textAlign, 0, 0, logicalLeft, totalLogicalWidth, availableLogicalWidth, 0);
textAlign        2428 Source/core/rendering/RenderBox.cpp         || (!marginStartLength.isAuto() && !marginEndLength.isAuto() && containingBlock->style()->textAlign() == WEBKIT_CENTER)) {
textAlign        2446 Source/core/rendering/RenderBox.cpp     bool pushToEndFromTextAlign = !marginEndLength.isAuto() && ((!containingBlockStyle->isLeftToRightDirection() && containingBlockStyle->textAlign() == WEBKIT_LEFT)
textAlign        2447 Source/core/rendering/RenderBox.cpp         || (containingBlockStyle->isLeftToRightDirection() && containingBlockStyle->textAlign() == WEBKIT_RIGHT));
textAlign        2652 Source/core/rendering/RenderBoxModelObject.cpp     switch (currentStyle->textAlign()) {
textAlign          74 Source/core/rendering/RenderFieldset.cpp             switch (legend->style()->textAlign()) {
textAlign          86 Source/core/rendering/RenderFieldset.cpp             switch (legend->style()->textAlign()) {
textAlign         386 Source/core/rendering/RenderListBox.cpp     ETextAlign actualAlignment = itemStyle->textAlign();
textAlign          56 Source/core/rendering/RenderRubyText.cpp     ETextAlign textAlign = style()->textAlign();
textAlign          58 Source/core/rendering/RenderRubyText.cpp     if (textAlign != RenderStyle::initialTextAlign())
textAlign          67 Source/core/rendering/RenderRubyText.cpp     ETextAlign textAlign = style()->textAlign();
textAlign          69 Source/core/rendering/RenderRubyText.cpp     if (textAlign != RenderStyle::initialTextAlign())
textAlign         695 Source/core/rendering/RenderText.cpp     switch (cbStyle->textAlign()) {
textAlign         578 Source/core/rendering/style/RenderStyle.h     ETextAlign textAlign() const { return static_cast<ETextAlign>(inherited_flags._text_align); }