Home
last modified time | relevance | path

Searched refs:ETextAlign (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyText.cpp54 ETextAlign RenderRubyText::textAlignmentForLine(bool endsWithSoftBreak) const in textAlignmentForLine()
56 ETextAlign textAlign = style()->textAlign(); in textAlignmentForLine()
67 ETextAlign textAlign = style()->textAlign(); in adjustInlineDirectionLineBounds()
DRenderRubyText.h54 virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const;
DRenderRubyBase.h55 virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const;
DRenderRubyBase.cpp141 ETextAlign RenderRubyBase::textAlignmentForLine(bool /* endsWithSoftBreak */) const in textAlignmentForLine()
DRenderBlockFlow.h245 …void updateLogicalWidthForAlignment(const ETextAlign&, const RootInlineBox*, BidiRun* trailingSpac…
365 virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const;
413 …BidiRun* computeInlineDirectionPositionsForSegment(RootInlineBox*, const LineInfo&, ETextAlign, fl…
DRenderBlockLineLayout.cpp343 ETextAlign RenderBlockFlow::textAlignmentForLine(bool endsWithSoftBreak) const in textAlignmentForLine()
345 ETextAlign alignment = style()->textAlign(); in textAlignmentForLine()
567 void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineB… in updateLogicalWidthForAlignment()
630 ETextAlign textAlign = textAlignmentForLine(!reachedEnd && !lineBox->endsWithBreak()); in computeInlineDirectionPositionsForLine()
686 …nPositionsForSegment(RootInlineBox* lineBox, const LineInfo& lineInfo, ETextAlign textAlign, float… in computeInlineDirectionPositionsForSegment()
2257 ETextAlign textAlign = style()->textAlign(); in deleteEllipsisLineBoxes()
2294 ETextAlign textAlign = style()->textAlign(); in checkLinesForTextOverflow()
2382 ETextAlign textAlign = style()->textAlign(); in startAlignedOffsetForLine()
DRenderListBox.cpp374 ETextAlign actualAlignment = itemStyle->textAlign(); in itemOffsetForAlignment()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h345 enum ETextAlign { enum
DRenderStyle.h556 ETextAlign textAlign() const { return static_cast<ETextAlign>(inherited_flags._text_align); } in textAlign()
1078 void setTextAlign(ETextAlign v) { inherited_flags._text_align = v; } in setTextAlign()
1567 static ETextAlign initialTextAlign() { return TASTART; } in initialTextAlign()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValueKeywords.in220 // The order here must match the order of the ETextAlign enum in RenderStyleConstants.h.
DCSSPrimitiveValueMappings.h2314 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(ETextAlign e) in CSSPrimitiveValue()
2349 template<> inline CSSPrimitiveValue::operator ETextAlign() const in ETextAlign() function
2359 return static_cast<ETextAlign>(m_value.valueID - CSSValueLeft); in ETextAlign()
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt1099 … ^[.] WebCore::RenderBlock::updateLogicalWidthForAlignment(WebCore::ETextAlign const&, WebCore:…
1101 …--- WebCore::RenderBlock::updateLogicalWidthForAlignment(WebCore::ETextAlign const&, WebCore::Bidi…