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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp600 static PassRefPtr<CSSValue> zoomAdjustedPixelValueForLength(const Length& length, const RenderStyle* style) function in namespace:WebCore
644 positionList->append(zoomAdjustedPixelValueForLength(layer->xPosition(), style));
649 positionList->append(zoomAdjustedPixelValueForLength(layer->yPosition(), style));
1068 return zoomAdjustedPixelValueForLength(trackBreadth, style);
1404 return zoomAdjustedPixelValueForLength(fillSize.size.width(), style);
1407 list->append(zoomAdjustedPixelValueForLength(fillSize.size.width(), style));
1408 list->append(zoomAdjustedPixelValueForLength(fillSize.size.height(), style));
2002 return zoomAdjustedPixelValueForLength(style->height(), style.get());
2066 return zoomAdjustedPixelValueForLength(marginTop, style.get());
2072 return zoomAdjustedPixelValueForLength(marginRigh
[all...]

Completed in 165 milliseconds