Searched refs:baseStyle (Results 1 – 2 of 2) sorted by relevance
85 RefPtr<RenderStyle> baseStyle = makeBlockStyle(); in addChild() local86 baseStyle->setDisplay(INLINE_BLOCK); in addChild()87 baseStyle->setPaddingLeft(Length(5 * gRadicalWidth , Percent)); in addChild()88 block->setStyle(baseStyle.release()); in addChild()
92 …PropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle);986 …tPropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle) in getPropertiesNotIn() argument989 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()