Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DContentSearchUtils.cpp110 …gicComment(const String& content, const String& name, MagicCommentType commentType, bool* deprecat… in findMagicComment() argument
133 if ((content[pos + 1] != '/' || commentType != JavaScriptMagicComment) in findMagicComment()
134 && (content[pos + 1] != '*' || commentType != CSSMagicComment)) in findMagicComment()
143 if (commentType == CSSMagicComment) { in findMagicComment()
156 ASSERT(commentType != CSSMagicComment || closingCommentPos); in findMagicComment()
158 String match = commentType == CSSMagicComment in findMagicComment()
176 String findSourceURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceURL() argument
178 return findMagicComment(content, "sourceURL", commentType, deprecated); in findSourceURL()
181 String findSourceMapURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceMapURL() argument
183 return findMagicComment(content, "sourceMappingURL", commentType, deprecated); in findSourceMapURL()