Home
last modified time | relevance | path

Searched defs:effectiveZoom (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp81 void FontBuilder::setInitial(float effectiveZoom) in setInitial()
113 void FontBuilder::fromSystemFont(CSSValueID valueId, float effectiveZoom) in fromSystemFont()
136 void FontBuilder::setFontFamilyInitial(float effectiveZoom) in setFontFamilyInitial()
160 void FontBuilder::setFontFamilyValue(CSSValue* value, float effectiveZoom) in setFontFamilyValue()
242 void FontBuilder::setFontSizeInitial(float effectiveZoom) in setFontSizeInitial()
255 … FontBuilder::setFontSizeInherit(const FontDescription& parentFontDescription, float effectiveZoom) in setFontSizeInherit()
281 …SSValue* value, RenderStyle* parentStyle, const RenderStyle* rootElementStyle, float effectiveZoom) in setFontSizeValue()
508 void FontBuilder::setSize(FontDescription& fontDescription, float effectiveZoom, float size) in setSize()
514 …getComputedSizeFromSpecifiedSize(FontDescription& fontDescription, float effectiveZoom, float spec… in getComputedSizeFromSpecifiedSize()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp3195 float effectiveZoom = style()->effectiveZoom(); in offsetParent() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h568 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; } in effectiveZoom() function