Home
last modified time | relevance | path

Searched refs:setEffectiveZoom (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h121 …void setEffectiveZoom(float f) { m_fontBuilder.didChangeFontParameters(m_style->setEffectiveZoom(f… in setEffectiveZoom() function
DStyleAdjuster.cpp386 style->setEffectiveZoom(RenderStyle::initialZoom()); in adjustRenderStyle()
DStyleBuilderCustom.cpp579 …state.setEffectiveZoom(state.parentStyle() ? state.parentStyle()->effectiveZoom() : RenderStyle::i… in resetEffectiveZoom()
603 state.setEffectiveZoom(RenderStyle::initialZoom()); in applyValueCSSPropertyZoom()
607 state.setEffectiveZoom(docZoom); in applyValueCSSPropertyZoom()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValueTest.cpp114 style->setEffectiveZoom(5); in TEST()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1091 bool setEffectiveZoom(float);
1815 setEffectiveZoom(effectiveZoom() * zoom()); in setZoom()
1819 inline bool RenderStyle::setEffectiveZoom(float f) in setEffectiveZoom() function