Searched refs:script_text (Results 1 – 3 of 3) sorted by relevance
61 const base::StringPiece& script_text, UserScript* script) { in ParseMetadataHeader() argument83 while (line_start < script_text.length()) { in ParseMetadataHeader()84 line_end = script_text.find('\n', line_start); in ParseMetadataHeader()88 line_end = script_text.length() - 1; in ParseMetadataHeader()90 line.set(script_text.data() + line_start, line_end - line_start); in ParseMetadataHeader()
78 static bool ParseMetadataHeader(const base::StringPiece& script_text,
3061 static const char *script_text =