Searched refs:adjustDoubleForAbsoluteZoom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h1516 inline double adjustDoubleForAbsoluteZoom(double value, RenderObject& renderer) function in namespace:blink
1519 return adjustDoubleForAbsoluteZoom(value, *renderer.style());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h1849 inline double adjustDoubleForAbsoluteZoom(double value, const RenderStyle& style) function in namespace:blink

Completed in 90 milliseconds