Home
last modified time | relevance | path

Searched refs:adjustFloatForAbsoluteZoom (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp68 …return AnimatableLength::create(adjustFloatForAbsoluteZoom(length.value(), style), AnimatableLengt… in createFromLength()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1800 inline float adjustFloatForAbsoluteZoom(float value, const RenderStyle& style) in adjustFloatForAbsoluteZoom() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp557 …return cssValuePool().createValue(adjustFloatForAbsoluteZoom(value, style), CSSPrimitiveValue::CSS… in zoomAdjustedPixelValue()