Searched refs:isImportant (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStylePropertySet.cpp335 if (top.isImportant() != right.isImportant() || right.isImportant() != bottom.isImportant() || bottom.isImportant() != left.isImportant())
647 return propertyAt(foundPropertyIndex).isImportant();
722 m_propertyVector.append(CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.shorthandID(), property.metadata().m_implicit));
730 *toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.shorthandID(), property.metadata().m_implicit);
762 if (!propertyIsImportant(property.id()) || property.isImportant())
[all...]
H A DCSSProperty.h77 bool isImportant() const { return m_metadata.m_important; } function in class:WebCore::CSSProperty
H A DStylePropertySet.h63 bool isImportant() const { return propertyMetadata().m_important; } function in class:WebCore::StylePropertySet::PropertyReference
H A DStyleResolver.h395 void applyProperties(const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
H A DStyleResolver.cpp1643 void StyleResolver::applyProperties(const StylePropertySet* properties, StyleRule* rule, bool isImportant, bool inheritedOnly, PropertyWhitelistType propertyWhitelistType) argument
1651 if (isImportant != current.isImportant())
1700 void StyleResolver::applyMatchedProperties(const MatchResult& matchResult, bool isImportant, int startIndex, int endIndex, bool inheritedOnly)
1714 applyProperties<pass>(matchedProperties.properties.get(), matchResult.matchedRules[i], isImportant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.whitelistType));
1722 applyProperties<pass>(matchedProperties.properties.get(), matchResult.matchedRules[i], isImportant, inheritedOnly, static_cast<PropertyWhitelistType>(matchedProperties.whitelistType));
H A DCSSParser.cpp1517 if (property.isImportant() != important)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DStylesSidebarPane.js539 var isImportant = property.priority.length;
540 if (!isImportant && usedProperties.hasOwnProperty(canonicalName))
543 if (isImportant) {
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.cpp1065 m_mutableStyle->setProperty(property.id(), property.value()->cssText(), property.isImportant());

Completed in 178 milliseconds