Searched refs:propertyEnd (Results 1 – 1 of 1) sorted by relevance
220 unsigned propertyEnd; in fixUnparsedProperties() local222 propertyEnd = ruleData->ruleBodyRange.end - 1; in fixUnparsedProperties()224 propertyEnd = nextData->range.start - 1; in fixUnparsedProperties()226 while (isHTMLSpace<CharacterType>(characters[propertyEnd])) in fixUnparsedProperties()227 --propertyEnd; in fixUnparsedProperties()230 unsigned newPropertyEnd = propertyEnd + 1; // Exclusive of the last property text character. in fixUnparsedProperties()234 while (valueStart < propertyEnd && characters[valueStart] != ':') in fixUnparsedProperties()236 if (valueStart < propertyEnd) in fixUnparsedProperties()238 while (valueStart < propertyEnd && isHTMLSpace<CharacterType>(characters[valueStart])) in fixUnparsedProperties()241 …rrentData->value = String(characters + valueStart, propertyEnd - valueStart + (characters[property… in fixUnparsedProperties()