Searched refs:MagicCommentType (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | ContentSearchUtils.h | 44 enum MagicCommentType { enum 53 String findSourceURL(const String& content, MagicCommentType, bool* deprecated); 54 String findSourceMapURL(const String& content, MagicCommentType, bool* deprecated);
|
D | ContentSearchUtils.cpp | 130 static String findMagicComment(const String& content, const String& name, MagicCommentType commentT… in findMagicComment() 182 String findSourceURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceURL() 187 String findSourceMapURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceMapURL()
|