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