Home
last modified time | relevance | path

Searched refs:textAlignLast (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp352 TextAlignLast alignmentLast = style()->textAlignLast(); in textAlignmentForLine()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h557 …TextAlignLast textAlignLast() const { return static_cast<TextAlignLast>(rareInheritedData->m_textA… in textAlignLast() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2271 return cssValuePool().createValue(style->textAlignLast()); in getPropertyCSSValue()