Searched refs:contentTypeLength (Results 1 – 1 of 1) sorted by relevance
134 unsigned contentTypeLength = contentType.length(); in parseContentType() local136 if (index >= contentTypeLength) { in parseContentType()144 receiver.setContentType(SubstringRange(index, contentTypeLength - index)); in parseContentType()153 if (!keyRange.second || index >= contentTypeLength) { in parseContentType()159 if (contentType[index++] != '=' || index >= contentTypeLength) { in parseContentType()173 if (index < contentTypeLength && contentType[index++] != ';') { in parseContentType()180 if (index >= contentTypeLength) in parseContentType()