Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp621 state.style()->setTextIndent(state.parentStyle()->textIndent()); in applyInheritCSSPropertyTextIndent()
628 state.style()->setTextIndent(RenderStyle::initialTextIndent()); in applyInitialCSSPropertyTextIndent()
654 state.style()->setTextIndent(lengthOrPercentageValue); in applyValueCSSPropertyTextIndent()
DAnimatedStyleBuilder.cpp492 style->setTextIndent(animatableValueToLength(value, state)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1126 void setTextIndent(const Length& v) { SET_VAR(rareInheritedData, indent, v); } in setTextIndent() function