Searched refs:styleSheetText (Results 1 – 1 of 1) sorted by relevance
650 String styleSheetText; in styleText() local651 bool success = m_parentStyleSheet->getText(&styleSheetText); in styleText()656 *result = styleSheetText.substring(bodyRange.start, bodyRange.end - bodyRange.start); in styleText()1096 StringBuilder styleSheetText; in addRule() local1097 styleSheetText.append(text); in addRule()1116 if (!styleSheetText.isEmpty()) in addRule()1117 styleSheetText.append('\n'); in addRule()1119 styleSheetText.append(selector); in addRule()1120 styleSheetText.appendLiteral(" {}"); in addRule()1122 setText(styleSheetText.toString(), ASSERT_NO_EXCEPTION); in addRule()[all …]