Searched refs:individualProperty (Results 1 – 2 of 2) sorted by relevance
725 String individualProperty = m_style->item(i); in shorthandValue() local726 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandValue()728 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()730 String individualValue = m_style->getPropertyValue(individualProperty); in shorthandValue()
1407 var individualProperty = longhandProperties[j];1408 …if (WebInspector.CSSMetadata.canonicalPropertyName(individualProperty.name) in this._usedPropertie…