Searched refs:propertyEntry (Results 1 – 1 of 1) sorted by relevance
525 const CSSPropertySourceData& propertyEntry = it->sourceData; in buildArrayForComputedStyle() local527 .setName(propertyEntry.name) in buildArrayForComputedStyle()528 .setValue(propertyEntry.value); in buildArrayForComputedStyle()703 const CSSPropertySourceData& propertyEntry = it->sourceData; in styleWithProperties() local704 const String& name = propertyEntry.name; in styleWithProperties()711 .setValue(propertyEntry.value); in styleWithProperties()715 if (!propertyEntry.parsedOk) in styleWithProperties()721 if (propertyEntry.important) in styleWithProperties()727 SourceRange absolutePropertyRange = propertyEntry.range; in styleWithProperties()745 if (propertyEntry.parsedOk) { in styleWithProperties()[all …]