Searched refs:ConsumeQuotedString (Results 1 – 1 of 1) sorted by relevance
60 bool ConsumeQuotedString(char quote_ch, StringPiece* sp, StringPiece* out) { in ConsumeQuotedString() function189 VERIFY(ConsumeQuotedString('"', &spec, &escaped_string) || in FinalizeAttr()190 ConsumeQuotedString('\'', &spec, &escaped_string), in FinalizeAttr()