Home | History | Annotate | Download | only in editing

Lines Matching defs:inlineStyle

552     CSSMutableStyleDeclaration* inlineStyle = element->inlineStyleDecl();
553 if (!m_mutableStyle || !inlineStyle)
565 if (inlineStyle->getPropertyCSSValue(propertyID))
575 if ((propertyID == CSSPropertyWhiteSpace && isTabSpanNode(element)) || !inlineStyle->getPropertyCSSValue(propertyID))
578 if (propertyID == CSSPropertyUnicodeBidi && inlineStyle->getPropertyCSSValue(CSSPropertyDirection)) {
580 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID));
586 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->getPropertyPriority(propertyID));