Searched refs:commentType (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | ContentSearchUtils.cpp | 130 …gicComment(const String& content, const String& name, MagicCommentType commentType, bool* deprecat… in findMagicComment() argument 137 switch (commentType) { in findMagicComment() 168 switch (commentType) { in findMagicComment() 182 String findSourceURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceURL() argument 184 return findMagicComment(content, "sourceURL", commentType, deprecated); in findSourceURL() 187 String findSourceMapURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceMapURL() argument 189 return findMagicComment(content, "sourceMappingURL", commentType, deprecated); in findSourceMapURL()
|