Home
last modified time | relevance | path

Searched refs:styleSheetText (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp615 String styleSheetText; in textForRange() local
616 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() local
760 bool success = m_parentStyleSheet->getText(&styleSheetText); in newLineAndWhitespaceDelimiters()
778 UChar ch = styleSheetText[i]; in newLineAndWhitespaceDelimiters()
1407 String styleSheetText; in sourceURL() local
1408 bool success = getText(&styleSheetText); in sourceURL()
1411 …String commentValue = ContentSearchUtils::findSourceURL(styleSheetText, ContentSearchUtils::CSSMag… in sourceURL()
[all …]