Searched defs:rootStyle (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/css/ |
D | CSSPrimitiveValue.cpp | 252 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle) in computeLengthInt() 257 int CSSPrimitiveValue::computeLengthInt(RenderStyle* style, RenderStyle* rootStyle, double multipli… in computeLengthInt() 264 int CSSPrimitiveValue::computeLengthIntForLength(RenderStyle* style, RenderStyle* rootStyle) in computeLengthIntForLength() 269 int CSSPrimitiveValue::computeLengthIntForLength(RenderStyle* style, RenderStyle* rootStyle, double… in computeLengthIntForLength() 274 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle) in computeLengthShort() 279 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle, double mult… in computeLengthShort() 284 float CSSPrimitiveValue::computeLengthFloat(RenderStyle* style, RenderStyle* rootStyle, bool comput… in computeLengthFloat() 289 float CSSPrimitiveValue::computeLengthFloat(RenderStyle* style, RenderStyle* rootStyle, double mult… in computeLengthFloat() 294 double CSSPrimitiveValue::computeLengthDouble(RenderStyle* style, RenderStyle* rootStyle, double mu… in computeLengthDouble()
|
D | StyleMedia.cpp | 66 …RefPtr<RenderStyle> rootStyle = styleSelector->styleForElement(documentElement, 0 /*defaultParent*… in matchMedium() local
|
D | CSSGradientValue.cpp | 112 void CSSGradientValue::addStops(Gradient* gradient, RenderObject* renderer, RenderStyle* rootStyle,… in addStops() 365 static float positionFromValue(CSSPrimitiveValue* value, RenderStyle* style, RenderStyle* rootStyle… in positionFromValue() 397 …tiveValue* first, CSSPrimitiveValue* second, RenderStyle* style, RenderStyle* rootStyle, const Int… in computeEndPoint() 533 RenderStyle* rootStyle = renderer->document()->documentElement()->renderStyle(); in createGradient() local 630 …ue::resolveRadius(CSSPrimitiveValue* radius, RenderStyle* style, RenderStyle* rootStyle, float* wi… in resolveRadius() 726 RenderStyle* rootStyle = renderer->document()->documentElement()->renderStyle(); in createGradient() local
|
D | MediaQueryMatcher.cpp | 90 …RefPtr<RenderStyle> rootStyle = styleSelector->styleForElement(documentElement, 0 /*defaultParent*… in prepareEvaluator() local
|
D | MediaQueryEvaluator.cpp | 313 RenderStyle* rootStyle = frame->document()->documentElement()->renderStyle(); in device_heightMediaFeatureEval() local 325 RenderStyle* rootStyle = frame->document()->documentElement()->renderStyle(); in device_widthMediaFeatureEval() local 336 RenderStyle* rootStyle = frame->document()->documentElement()->renderStyle(); in heightMediaFeatureEval() local 347 RenderStyle* rootStyle = frame->document()->documentElement()->renderStyle(); in widthMediaFeatureEval() local
|
D | CSSStyleSelector.cpp | 3304 …tToLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, bool toFl… in convertToLength() 3335 …IntLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, double mu… in convertToIntLength() 3340 …oatLength(CSSPrimitiveValue* primitiveValue, RenderStyle* style, RenderStyle* rootStyle, double mu… in convertToFloatLength() 7209 …createTransformOperations(CSSValue* inValue, RenderStyle* style, RenderStyle* rootStyle, Transform… in createTransformOperations()
|