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

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp3339 static Length convertToIntLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, double multiplier = 1, bool *ok = 0) function in namespace:WebCore
4476 top = convertToIntLength(rect->top(), style(), m_rootElementStyle, zoomFactor);
4477 right = convertToIntLength(rect->right(), style(), m_rootElementStyle, zoomFactor);
4478 bottom = convertToIntLength(rect->bottom(), style(), m_rootElementStyle, zoomFactor);
4479 left = convertToIntLength(rect->left(), style(), m_rootElementStyle, zoomFactor);
5427 Length marqueeLength = convertToIntLength(primitiveValue, style(), m_rootElementStyle, 1, &ok);
5591 Length top = convertToIntLength(region->top(), style(), m_rootElementStyle);
5592 Length right = convertToIntLength(region->right(), style(), m_rootElementStyle);
5593 Length bottom = convertToIntLength(region->bottom(), style(), m_rootElementStyle);
5594 Length left = convertToIntLength(regio
[all...]

Completed in 893 milliseconds