Home
last modified time | relevance | path

Searched refs:baseStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRoot.cpp85 RefPtr<RenderStyle> baseStyle = makeBlockStyle(); in addChild() local
86 baseStyle->setDisplay(INLINE_BLOCK); in addChild()
87 baseStyle->setPaddingLeft(Length(5 * gRadicalWidth , Percent)); in addChild()
88 block->setStyle(baseStyle.release()); in addChild()
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp92 …PropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);
986 …tPropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle) in getPropertiesNotIn() argument
989 ASSERT(baseStyle); in getPropertiesNotIn()
991 baseStyle->diff(result.get()); in getPropertiesNotIn()
993 …RefPtr<CSSValue> baseTextDecorationsInEffect = baseStyle->getPropertyCSSValue(CSSPropertyWebkitTex… in getPropertiesNotIn()
997 if (fontWeightIsBold(result.get()) == fontWeightIsBold(baseStyle)) in getPropertiesNotIn()
1000 if (getRGBAFontColor(result.get()) == getRGBAFontColor(baseStyle)) in getPropertiesNotIn()
1003 if (getTextAlignment(result.get()) == getTextAlignment(baseStyle)) in getPropertiesNotIn()