TextIndentLine 577 Source/core/rendering/style/RenderStyle.h TextIndentLine textIndentLine() const { return static_cast<TextIndentLine>(rareInheritedData->m_textIndentLine); } TextIndentLine 1105 Source/core/rendering/style/RenderStyle.h void setTextIndentLine(TextIndentLine v) { SET_VAR(rareInheritedData, m_textIndentLine, v); } TextIndentLine 1560 Source/core/rendering/style/RenderStyle.h static TextIndentLine initialTextIndentLine() { return TextIndentFirstLine; }