Searched refs:individualProperty (Results 1 – 2 of 2) sorted by relevance
818 String individualProperty = m_style->item(i); in shorthandValue() local819 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandValue()821 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()823 String individualValue = m_style->getPropertyValue(individualProperty); in shorthandValue()841 String individualProperty = m_style->item(i); in shorthandPriority() local842 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandPriority()844 priority = m_style->getPropertyPriority(individualProperty); in shorthandPriority()856 String individualProperty = m_style->item(i); in longhandProperties() local857 …if (foundProperties.contains(individualProperty) || m_style->getPropertyShorthand(individualProper… in longhandProperties()860 foundProperties.add(individualProperty); in longhandProperties()[all …]
1153 var individualProperty = longhandProperties[j];1154 …if (WebInspector.CSSMetadata.canonicalPropertyName(individualProperty.name) in this._usedPropertie…