Searched refs:canonicalPropertyName (Results 1 – 3 of 3) sorted by relevance
105 WebInspector.CSSMetadata.canonicalPropertyName = function(name) function in WebInspector.CSSMetadata121 …nspector.CSSMetadata.InheritedProperties[WebInspector.CSSMetadata.canonicalPropertyName(propertyNa…
632 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(property.name);1144 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(propertyName);1154 …if (WebInspector.CSSMetadata.canonicalPropertyName(individualProperty.name) in this._usedPropertie…1587 var canonicalName = WebInspector.CSSMetadata.canonicalPropertyName(propertyName);
742 … String canonicalPropertyName = propertyId ? getPropertyNameString(propertyId) : name; in styleWithProperties() local743 …SProperty> >::iterator activeIt = propertyNameToPreviousActiveProperty.find(canonicalPropertyName); in styleWithProperties()763 propertyNameToPreviousActiveProperty.set(canonicalPropertyName, property); in styleWithProperties()767 propertyNameToPreviousActiveProperty.set(canonicalPropertyName, property); in styleWithProperties()