HomeSort by relevance Sort by last modified time
    Searched refs:TextIndentType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 551 enum TextIndentType { TextIndentNormal, TextIndentHanging };
RenderStyle.h 564 TextIndentType textIndentType() const { return static_cast<TextIndentType>(rareInheritedData->m_textIndentType); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 531 state.style()->setTextIndentType(state.parentStyle()->textIndentType());
548 TextIndentType textIndentTypeValue = RenderStyle::initialTextIndentType();
    [all...]

Completed in 2349 milliseconds