findSourceMapURL   54 Source/core/inspector/ContentSearchUtils.h String findSourceMapURL(const String& content, MagicCommentType, bool* deprecated);
findSourceMapURL 1112 Source/core/inspector/InspectorDebuggerAgent.cpp     String sourceMapURL = ContentSearchUtils::findSourceMapURL(script.source, ContentSearchUtils::JavaScriptMagicComment, &deprecated);
findSourceMapURL 1357 Source/core/inspector/InspectorStyleSheet.cpp         String commentValue = ContentSearchUtils::findSourceMapURL(styleSheetText, ContentSearchUtils::CSSMagicComment, &deprecated);