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)
132 rareInheritedData.init();
144 , rareInheritedData(o.rareInheritedData)
157 rareInheritedData = inheritParent->rareInheritedData;
160 rareInheritedData = inheritParent->rareInheritedData;
204 && rareInheritedData == o.rareInheritedDat
    [all...]
RenderStyle.h 132 DataRef<StyleRareInheritedData> rareInheritedData;
346 void setVariable(const AtomicString& name, const String& value) { rareInheritedData.access()->m_variables.access()->setVariable(name, value); }
347 const HashMap<AtomicString, String>* variables() { return &(rareInheritedData->m_variables->m_data); }
533 Length textIndent() const { return rareInheritedData->indent; }
535 TextIndentLine textIndentLine() const { return static_cast<TextIndentLine>(rareInheritedData->m_textIndentLine); }
538 TextAlignLast textAlignLast() const { return static_cast<TextAlignLast>(rareInheritedData->m_textAlignLast); }
543 TextUnderlinePosition textUnderlinePosition() const { return static_cast<TextUnderlinePosition>(rareInheritedData->m_textUnderlinePosition); }
550 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; }
    [all...]

Completed in 36 milliseconds