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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 106 , rareInheritedData(defaultStyle()->rareInheritedData)
133 rareInheritedData.init();
145 , rareInheritedData(o.rareInheritedData)
205 rareInheritedData = inheritParent->rareInheritedData;
208 rareInheritedData = inheritParent->rareInheritedData;
253 && rareInheritedData == o.rareInheritedDat
    [all...]
RenderStyle.h 143 DataRef<StyleRareInheritedData> rareInheritedData;
562 const Length& textIndent() const { return rareInheritedData->indent; }
563 TextIndentLine textIndentLine() const { return static_cast<TextIndentLine>(rareInheritedData->m_textIndentLine); }
564 TextIndentType textIndentType() const { return static_cast<TextIndentType>(rareInheritedData->m_textIndentType); }
566 TextAlignLast textAlignLast() const { return static_cast<TextAlignLast>(rareInheritedData->m_textAlignLast); }
567 TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify); }
572 TextUnderlinePosition textUnderlinePosition() const { return static_cast<TextUnderlinePosition>(rareInheritedData->m_textUnderlinePosition); }
578 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; }
    [all...]

Completed in 1537 milliseconds