propertyIsImportant 189 Source/core/css/PropertySetCSSStyleDeclaration.cpp return propertySet().propertyIsImportant(propertyID) ? "important" : ""; propertyIsImportant 669 Source/core/css/StylePropertySerializer.cpp bool currentPropertyIsImportant = m_propertySet.propertyIsImportant(shorthand.properties()[i]); propertyIsImportant 713 Source/core/css/StylePropertySerializer.cpp if (m_propertySet.propertyIsImportant(CSSPropertyBackgroundRepeatX) != m_propertySet.propertyIsImportant(CSSPropertyBackgroundRepeatY)) propertyIsImportant 754 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundImage); propertyIsImportant 760 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundImage); propertyIsImportant 780 Source/core/css/StylePropertySerializer.cpp result.append(getPropertyText(propertyID, value->cssText(), m_propertySet.propertyIsImportant(propertyID), numDecls++)); propertyIsImportant 789 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); propertyIsImportant 793 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); propertyIsImportant 800 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); propertyIsImportant 806 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionY); propertyIsImportant 814 Source/core/css/StylePropertySerializer.cpp result.append(getPropertyText(CSSPropertyBackgroundRepeat, repeatValue, m_propertySet.propertyIsImportant(CSSPropertyBackgroundRepeatX), numDecls++)); propertyIsImportant 821 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(shorthand.properties()[0]); propertyIsImportant 826 Source/core/css/StylePropertySerializer.cpp if (isImportant != m_propertySet.propertyIsImportant(shorthand.properties()[i])) propertyIsImportant 835 Source/core/css/StylePropertySerializer.cpp bool isImportant = m_propertySet.propertyIsImportant(shorthand.properties()[0]); propertyIsImportant 846 Source/core/css/StylePropertySerializer.cpp if (isImportant != m_propertySet.propertyIsImportant(shorthand.properties()[i])) propertyIsImportant 237 Source/core/css/StylePropertySet.cpp if (!propertyIsImportant(shorthand.properties()[i])) propertyIsImportant 364 Source/core/css/StylePropertySet.cpp if (!propertyIsImportant(property.id()) || property.isImportant()) propertyIsImportant 101 Source/core/css/StylePropertySet.h bool propertyIsImportant(CSSPropertyID) const; propertyIsImportant 597 Source/core/editing/EditingStyle.cpp textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi)); propertyIsImportant 599 Source/core/editing/EditingStyle.cpp m_mutableStyle->propertyIsImportant(CSSPropertyDirection)); propertyIsImportant 649 Source/core/editing/EditingStyle.cpp m_mutableStyle->setProperty(textDecorationPropertyForEditing(), textDecorationsInEffect->cssText(), m_mutableStyle->propertyIsImportant(textDecorationPropertyForEditing())); propertyIsImportant 746 Source/core/editing/EditingStyle.cpp extractedStyle->setProperty(textDecorationPropertyForEditing(), inlineStyle->getPropertyValue(textDecorationPropertyForEditing()), inlineStyle->propertyIsImportant(textDecorationPropertyForEditing())); propertyIsImportant 758 Source/core/editing/EditingStyle.cpp extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID)); propertyIsImportant 767 Source/core/editing/EditingStyle.cpp extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID)); propertyIsImportant 1222 Source/core/editing/EditingStyle.cpp const bool propertyIsImportant = true; propertyIsImportant 1223 Source/core/editing/EditingStyle.cpp m_mutableStyle->setProperty(CSSPropertyDisplay, CSSValueInline, propertyIsImportant); propertyIsImportant 1408 Source/core/editing/EditingStyle.cpp style->setProperty(propertyID, newTextDecoration->cssText(), style->propertyIsImportant(propertyID)); propertyIsImportant 57 Source/core/editing/RemoveCSSPropertyCommand.cpp m_important = style->propertyIsImportant(m_property);