Home | History | Annotate | Download | only in css

Lines Matching defs:CSSToLengthConversionData

32 #include "core/css/CSSToLengthConversionData.h"
39 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, float zoom, bool computingFontSize)
51 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, const RenderView* renderView, bool computingFontSize)
61 CSSToLengthConversionData::CSSToLengthConversionData(const RenderStyle* style, const RenderStyle* rootStyle, float viewportWidth, float viewportHeight, float zoom, bool computingFontSize)
73 float CSSToLengthConversionData::zoom() const
80 double CSSToLengthConversionData::viewportWidthPercent() const
85 double CSSToLengthConversionData::viewportHeightPercent() const
90 double CSSToLengthConversionData::viewportMinPercent() const
95 double CSSToLengthConversionData::viewportMaxPercent() const