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]))
358 if (!propertyIsImportant(property.id()) || property.isImportant())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 613 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi));
615 m_mutableStyle->propertyIsImportant(CSSPropertyDirection));
665 m_mutableStyle->setProperty(textDecorationPropertyForEditing(), textDecorationsInEffect->cssText(), m_mutableStyle->propertyIsImportant(textDecorationPropertyForEditing()));
762 extractedStyle->setProperty(textDecorationPropertyForEditing(), inlineStyle->getPropertyValue(textDecorationPropertyForEditing()), inlineStyle->propertyIsImportant(textDecorationPropertyForEditing()));
774 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
783 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
    [all...]

Completed in 81 milliseconds