Searched refs:propertyEndInStyleSheet (Results 1 – 1 of 1) sorted by relevance
297 unsigned propertyEndInStyleSheet; in fixUnparsedProperties() local299 propertyEndInStyleSheet = ruleData->ruleBodyRange.end - 1; in fixUnparsedProperties()301 propertyEndInStyleSheet = styleStart + nextData->range.start - 1; in fixUnparsedProperties()303 while (isHTMLSpace<CharacterType>(characters[propertyEndInStyleSheet])) in fixUnparsedProperties()304 --propertyEndInStyleSheet; in fixUnparsedProperties()307 …unsigned newPropertyEnd = propertyEndInStyleSheet - styleStart + 1; // Exclusive of the last prope… in fixUnparsedProperties()311 …while (valueStartInStyleSheet < propertyEndInStyleSheet && characters[valueStartInStyleSheet] != '… in fixUnparsedProperties()313 if (valueStartInStyleSheet < propertyEndInStyleSheet) in fixUnparsedProperties()315 …while (valueStartInStyleSheet < propertyEndInStyleSheet && isHTMLSpace<CharacterType>(characters[v… in fixUnparsedProperties()318 …acters + valueStartInStyleSheet, propertyEndInStyleSheet - valueStartInStyleSheet + (characters[pr… in fixUnparsedProperties()