Home | History | Annotate | Download | only in appcache

Lines Matching refs:headerLength

805 static inline void parseHeader(const UChar* header, size_t headerLength, ResourceResponse& response)
807 int pos = find(header, headerLength, ':');
811 String headerValue = String(header + pos + 1, headerLength - pos - 1);