Searched refs:closingCommentPos (Results 1 – 1 of 1) sorted by relevance
24 size_t closingCommentPos = 0; in findMagicComment() local41 closingCommentPos = content.find("*/", equalSignPos + 1); in findMagicComment()42 if (closingCommentPos == String16::kNotFound) return String16(); in findMagicComment()49 DCHECK(!multiline || closingCommentPos); in findMagicComment()52 ? content.substring(urlPos, closingCommentPos - urlPos) in findMagicComment()