Home | History | Annotate | Download | only in editing

Lines Matching refs:getPropertyPriority

463     textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->getPropertyPriority(CSSPropertyUnicodeBidi));
465 m_mutableStyle->getPropertyPriority(CSSPropertyDirection));
519 m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutableStyle->getPropertyPriority(CSSPropertyTextDecoration));
580 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID));
586 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID));
832 style->setProperty(propertyID, newTextDecoration->cssText(), style->getPropertyPriority(propertyID));
835 ASSERT(!style->getPropertyPriority(propertyID));