Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DContentSearchUtils.h43 enum MagicCommentType { enum
51 String findSourceURL(const String& content, MagicCommentType, bool* deprecated);
52 String findSourceMapURL(const String& content, MagicCommentType, bool* deprecated);
DContentSearchUtils.cpp110 static String findMagicComment(const String& content, const String& name, MagicCommentType commentT… in findMagicComment()
176 String findSourceURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceURL()
181 String findSourceMapURL(const String& content, MagicCommentType commentType, bool* deprecated) in findSourceMapURL()