Searched refs:styleStart (Results 1 – 1 of 1) sorted by relevance
286 unsigned styleStart = ruleData->ruleBodyRange.start; in fixUnparsedProperties() local294 … if (currentData->range.end > 0 && characters[styleStart + currentData->range.end - 1] == ';') in fixUnparsedProperties()301 propertyEndInStyleSheet = styleStart + nextData->range.start - 1; in fixUnparsedProperties()307 …unsigned newPropertyEnd = propertyEndInStyleSheet - styleStart + 1; // Exclusive of the last prope… in fixUnparsedProperties()310 …unsigned valueStartInStyleSheet = styleStart + currentData->range.start + currentData->name.length… in fixUnparsedProperties()