Home
last modified time | relevance | path

Searched refs:propertyIsImportant (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp668 … bool currentPropertyIsImportant = m_propertySet.propertyIsImportant(shorthand.properties()[i]); in getCommonValue()
731 …if (m_propertySet.propertyIsImportant(CSSPropertyBackgroundRepeatX) != m_propertySet.propertyIsImp… in backgroundRepeatPropertyValue()
774 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundImage); in appendBackgroundPropertyAsText()
780 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundImage); in appendBackgroundPropertyAsText()
800 …append(getPropertyText(propertyID, value->cssText(), m_propertySet.propertyIsImportant(propertyID)… in appendBackgroundPropertyAsText()
809 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); in appendBackgroundPropertyAsText()
813 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); in appendBackgroundPropertyAsText()
820 … bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); in appendBackgroundPropertyAsText()
826 … bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionY); in appendBackgroundPropertyAsText()
834 …opertyText(CSSPropertyBackgroundRepeat, repeatValue, m_propertySet.propertyIsImportant(CSSProperty… in appendBackgroundPropertyAsText()
[all …]
DStylePropertySet.cpp226 bool StylePropertySet::propertyIsImportant(CSSPropertyID propertyID) const in propertyIsImportant() function in WebCore::StylePropertySet
237 if (!propertyIsImportant(shorthand.properties()[i])) in propertyIsImportant()
364 if (!propertyIsImportant(property.id()) || property.isImportant()) in addParsedProperty()
DStylePropertySet.h101 bool propertyIsImportant(CSSPropertyID) const;
DPropertySetCSSStyleDeclaration.cpp196 return propertySet().propertyIsImportant(propertyID) ? "important" : ""; in getPropertyPriority()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DRemoveCSSPropertyCommand.cpp57 m_important = style->propertyIsImportant(m_property); in doApply()
DEditingStyle.cpp607 …setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSProperty… in extractAndRemoveTextDirection()
609 m_mutableStyle->propertyIsImportant(CSSPropertyDirection)); in extractAndRemoveTextDirection()
659 …yForEditing(), textDecorationsInEffect->cssText(), m_mutableStyle->propertyIsImportant(textDecorat… in collapseTextDecorationProperties()
756 …getPropertyValue(textDecorationPropertyForEditing()), inlineStyle->propertyIsImportant(textDecorat… in conflictsWithInlineStyleOfElement()
768 …ropertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID)… in conflictsWithInlineStyleOfElement()
777 …ropertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID)… in conflictsWithInlineStyleOfElement()
1239 const bool propertyIsImportant = true; in forceInline() local
1240 m_mutableStyle->setProperty(CSSPropertyDisplay, CSSValueInline, propertyIsImportant); in forceInline()
1430 …style->setProperty(propertyID, newTextDecoration->cssText(), style->propertyIsImportant(propertyID… in setTextDecorationProperty()