OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MagicCommentType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
ContentSearchUtils.h
43
enum
MagicCommentType
{
51
String findSourceURL(const String& content,
MagicCommentType
, bool* deprecated);
52
String findSourceMapURL(const String& content,
MagicCommentType
, bool* deprecated);
ContentSearchUtils.cpp
110
static String findMagicComment(const String& content, const String& name,
MagicCommentType
commentType, bool* deprecated = 0)
176
String findSourceURL(const String& content,
MagicCommentType
commentType, bool* deprecated)
181
String findSourceMapURL(const String& content,
MagicCommentType
commentType, bool* deprecated)
Completed in 2922 milliseconds