Searched refs:bodyRange (Results 1 – 1 of 1) sorted by relevance
655 SourceRange& bodyRange = sourceData->ruleBodyRange; in styleText() local656 *result = styleSheetText.substring(bodyRange.start, bodyRange.end - bodyRange.start); in styleText()1315 const SourceRange& bodyRange = sourceData->ruleBodyRange; in buildObjectForStyle() local1316 … result->setCssText(sheetText.substring(bodyRange.start, bodyRange.end - bodyRange.start)); in buildObjectForStyle()