HomeSort by relevance Sort by last modified time
    Searched defs:propertyIsImportant (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 226 bool StylePropertySet::propertyIsImportant(CSSPropertyID propertyID) const
237 if (!propertyIsImportant(shorthand.properties()[i]))
364 if (!propertyIsImportant(property.id()) || property.isImportant())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 607 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi));
609 m_mutableStyle->propertyIsImportant(CSSPropertyDirection));
659 m_mutableStyle->setProperty(textDecorationPropertyForEditing(), textDecorationsInEffect->cssText(), m_mutableStyle->propertyIsImportant(textDecorationPropertyForEditing()));
756 extractedStyle->setProperty(textDecorationPropertyForEditing(), inlineStyle->getPropertyValue(textDecorationPropertyForEditing()), inlineStyle->propertyIsImportant(textDecorationPropertyForEditing()));
768 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
777 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
    [all...]

Completed in 135 milliseconds