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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveCSSPropertyCommand.cpp 54 m_important = style->propertyIsImportant(m_property);
EditingStyle.cpp 600 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi));
602 m_mutableStyle->propertyIsImportant(CSSPropertyDirection));
652 m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutableStyle->propertyIsImportant(CSSPropertyTextDecoration));
742 extractedStyle->setProperty(CSSPropertyTextDecoration, inlineStyle->getPropertyValue(CSSPropertyTextDecoration), inlineStyle->propertyIsImportant(CSSPropertyTextDecoration));
754 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
763 extractedStyle->setProperty(propertyID, inlineStyle->getPropertyValue(propertyID), inlineStyle->propertyIsImportant(propertyID));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 198 bool StylePropertySet::propertyIsImportant(CSSPropertyID propertyID) const
209 if (!propertyIsImportant(shorthand.properties()[i]))
355 if (!propertyIsImportant(property.id()) || property.isImportant())
StylePropertySet.h 96 bool propertyIsImportant(CSSPropertyID) const;
PropertySetCSSStyleDeclaration.cpp 186 return m_propertySet->propertyIsImportant(propertyID) ? "important" : "";
StylePropertySerializer.cpp 731 bool currentPropertyIsImportant = m_propertySet.propertyIsImportant(shorthand.properties()[i]);
    [all...]

Completed in 407 milliseconds