Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp1411 …String commentValue = ContentSearchUtils::findSourceURL(styleSheetText, ContentSearchUtils::CSSMag… in sourceURL() local
1412 if (!commentValue.isEmpty()) { in sourceURL()
1414 m_sourceURL = commentValue; in sourceURL()
1415 return commentValue; in sourceURL()
1464 …String commentValue = ContentSearchUtils::findSourceMapURL(styleSheetText, ContentSearchUtils::CSS… in sourceMapURL() local
1465 if (!commentValue.isEmpty()) { in sourceMapURL()
1467 return commentValue; in sourceMapURL()