Home
last modified time | relevance | path

Searched refs:rareInheritedData (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp90 , rareInheritedData(defaultStyle()->rareInheritedData) in RenderStyle()
124 rareInheritedData.init(); in RenderStyle()
151 , rareInheritedData(o.rareInheritedData) in RenderStyle()
163 rareInheritedData = inheritParent->rareInheritedData; in inheritFrom()
186 && rareInheritedData == o.rareInheritedData in operator ==()
280 || rareInheritedData != other->rareInheritedData; in inheritedNotEqual()
390 if (rareInheritedData.get() != other->rareInheritedData.get()) { in diff()
391 if (rareInheritedData->highlight != other->rareInheritedData->highlight in diff()
392 || rareInheritedData->indent != other->rareInheritedData->indent in diff()
393 || rareInheritedData->m_effectiveZoom != other->rareInheritedData->m_effectiveZoom in diff()
[all …]
DRenderStyle.h148 DataRef<StyleRareInheritedData> rareInheritedData; variable
482 Length textIndent() const { return rareInheritedData->indent; } in textIndent()
491 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; } in effectiveZoom()
634 CursorList* cursors() const { return rareInheritedData->cursorData.get(); } in cursors()
639 short widows() const { return rareInheritedData->widows; } in widows()
640 short orphans() const { return rareInheritedData->orphans; } in orphans()
654 const ShadowData* textShadow() const { return rareInheritedData->textShadow; } in textShadow()
661 float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; } in textStrokeWidth()
662 ColorSpace colorSpace() const { return static_cast<ColorSpace>(rareInheritedData->colorSpace); } in colorSpace()
688 … EUserModify userModify() const { return static_cast<EUserModify>(rareInheritedData->userModify); } in userModify()
[all …]