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

  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp 90 , rareInheritedData(defaultStyle()->rareInheritedData)
124 rareInheritedData.init();
151 , rareInheritedData(o.rareInheritedData)
163 rareInheritedData = inheritParent->rareInheritedData;
186 && rareInheritedData == o.rareInheritedData
280 || rareInheritedData != other->rareInheritedData
    [all...]
RenderStyle.h 148 DataRef<StyleRareInheritedData> rareInheritedData;
482 Length textIndent() const { return rareInheritedData->indent; }
491 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; }
634 CursorList* cursors() const { return rareInheritedData->cursorData.get(); }
639 short widows() const { return rareInheritedData->widows; }
640 short orphans() const { return rareInheritedData->orphans; }
654 const ShadowData* textShadow() const { return rareInheritedData->textShadow; }
661 float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; }
662 ColorSpace colorSpace() const { return static_cast<ColorSpace>(rareInheritedData->colorSpace); }
    [all...]

Completed in 2056 milliseconds