Home
last modified time | relevance | path

Searched refs:setZoom (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h120 void setZoom(float f) { m_fontBuilder.didChangeFontParameters(m_style->setZoom(f)); } in setZoom() function
DStyleBuilderCustom.cpp585 state.setZoom(RenderStyle::initialZoom()); in applyInitialCSSPropertyZoom()
591 state.setZoom(state.parentStyle()->zoom()); in applyInheritCSSPropertyZoom()
601 state.setZoom(RenderStyle::initialZoom()); in applyValueCSSPropertyZoom()
604 state.setZoom(RenderStyle::initialZoom()); in applyValueCSSPropertyZoom()
608 state.setZoom(docZoom); in applyValueCSSPropertyZoom()
612 state.setZoom(percent / 100.0f); in applyValueCSSPropertyZoom()
616 state.setZoom(number); in applyValueCSSPropertyZoom()
DAnimatedStyleBuilder.cpp589 …style->setZoom(clampTo<float>(toAnimatableDouble(value)->toDouble(), std::numeric_limits<float>::d… in applyProperty()
DStyleResolver.cpp605 documentStyle->setZoom(frame && !document.printing() ? frame->pageZoomFactor() : 1); in styleForDocument()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMapController.java54 public int setZoom(int i) { in setZoom() method in ShadowMapController
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1089 bool setZoom(float);
1090 void setZoomWithoutReturnValue(float f) { setZoom(f); } in setZoomWithoutReturnValue()
1810 inline bool RenderStyle::setZoom(float f) in setZoom() function