Searched defs:convertToLength (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp3308 static Length convertToLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, bool toFloat, double multiplier = 1, bool *ok = 0) function in namespace:WebCore
3341 return convertToLength(primitiveValue, style, rootStyle, false, multiplier, ok);
3346 return convertToLength(primitiveValue, style, rootStyle, true, multiplier, ok);

Completed in 44 milliseconds