Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSToLengthConversionData.h43 …const RenderStyle* style, const RenderStyle* rootStyle, float zoom, bool computingFontSize = false)
48 , m_computingFontSize(computingFontSize) in m_style()
52 …versionData(const RenderStyle* style, const RenderStyle* rootStyle, bool computingFontSize = false)
56 , m_computingFontSize(computingFontSize) in m_style()
62 bool computingFontSize() const { return m_computingFontSize; } in computingFontSize() function
DCSSPrimitiveValue.cpp562 bool computingFontSize = conversionData.computingFontSize(); in computeLengthDouble() local
568 …factor = computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().com… in computeLengthDouble()
577 …factor = (computingFontSize ? style.fontDescription().specifiedSize() : style.fontDescription().co… in computeLengthDouble()
580 …factor = computingFontSize ? rootStyle.fontDescription().specifiedSize() : rootStyle.fontDescripti… in computeLengthDouble()
616 if (computingFontSize || isFontRelativeLength()) in computeLengthDouble()