Searched refs:styleSheetText (Results 1 – 1 of 1) sorted by relevance
615 String styleSheetText; in textForRange() local616 bool success = m_parentStyleSheet->getText(&styleSheetText); in textForRange()622 ASSERT(range.end <= styleSheetText.length()); in textForRange()623 *result = styleSheetText.substring(range.start, range.end - range.start); in textForRange()759 String styleSheetText; in newLineAndWhitespaceDelimiters() local760 bool success = m_parentStyleSheet->getText(&styleSheetText); in newLineAndWhitespaceDelimiters()778 UChar ch = styleSheetText[i]; in newLineAndWhitespaceDelimiters()1407 String styleSheetText; in sourceURL() local1408 bool success = getText(&styleSheetText); in sourceURL()1411 …String commentValue = ContentSearchUtils::findSourceURL(styleSheetText, ContentSearchUtils::CSSMag… in sourceURL()[all …]