Searched refs:mutableStyle (Results 1 – 3 of 3) sorted by relevance
436 void CSSToStyleMap::mapNinePieceImage(RenderStyle* mutableStyle, CSSPropertyID property, CSSValue* … in mapNinePieceImage() argument486 mutableStyle->setBorderTopWidth(image.borderSlices().top().length().value()); in mapNinePieceImage()488 mutableStyle->setBorderRightWidth(image.borderSlices().right().length().value()); in mapNinePieceImage()490 mutableStyle->setBorderBottomWidth(image.borderSlices().bottom().length().value()); in mapNinePieceImage()492 mutableStyle->setBorderLeftWidth(image.borderSlices().left().length().value()); in mapNinePieceImage()
76 void mapNinePieceImage(RenderStyle* mutableStyle, CSSPropertyID, CSSValue*, NinePieceImage&);
1433 …RefPtrWillBeRawPtr<MutableStylePropertySet> mutableStyle = getPropertiesNotIn(style->style(), comp… in StyleChange() local1435 reconcileTextDecorationProperties(mutableStyle.get()); in StyleChange()1437 extractTextStyles(document, mutableStyle.get(), computedStyle->fixedPitchFontType()); in StyleChange()1441 mutableStyle->removeProperty(CSSPropertyWhiteSpace); in StyleChange()1445 …if (mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi) && !style->style()->getPropertyCSSVa… in StyleChange()1446 …mutableStyle->setProperty(CSSPropertyDirection, style->style()->getPropertyValue(CSSPropertyDirect… in StyleChange()1449 m_cssStyle = mutableStyle->asText().stripWhiteSpace(); in StyleChange()