buildSourceRangeObject  529 Source/core/inspector/InspectorStyleSheet.cpp         result->setRange(buildSourceRangeObject(sourceData->ruleBodyRange, m_parentStyleSheet->lineEndings().get()));
buildSourceRangeObject  699 Source/core/inspector/InspectorStyleSheet.cpp             property->setRange(buildSourceRangeObject(absolutePropertyRange, lineEndings.get()));
buildSourceRangeObject 1184 Source/core/inspector/InspectorStyleSheet.cpp         simpleSelector->setRange(buildSourceRangeObject(range, lineEndings().get()));
buildSourceRangeObject 1274 Source/core/inspector/InspectorStyleSheet.cpp     return buildSourceRangeObject(sourceData->ruleHeaderRange, lineEndings().get());