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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp 105 , rareNonInheritedData(defaultStyle()->rareNonInheritedData)
123 rareNonInheritedData.init();
124 rareNonInheritedData.access()->m_deprecatedFlexibleBox.init();
125 rareNonInheritedData.access()->m_flexibleBox.init();
126 rareNonInheritedData.access()->m_marquee.init();
127 rareNonInheritedData.access()->m_multiCol.init();
128 rareNonInheritedData.access()->m_transform.init();
129 rareNonInheritedData.access()->m_willChange.init();
130 rareNonInheritedData.access()->m_filter.init()
    [all...]
RenderStyle.h 142 DataRef<StyleRareNonInheritedData> rareNonInheritedData;
588 TextDecorationStyle textDecorationStyle() const { return static_cast<TextDecorationStyle>(rareNonInheritedData->m_textDecorationStyle); }
    [all...]

Completed in 40 milliseconds