Home | History | Annotate | Download | only in Plugins

Lines Matching refs:stringBuilder

154     Vector<UChar> stringBuilder;
158 stringBuilder.append(statusLine.characters(), statusLine.length());
159 stringBuilder.append(response.httpStatusText().characters(), response.httpStatusText().length());
160 stringBuilder.append('\n');
164 stringBuilder.append(it->first.characters(), it->first.length());
165 stringBuilder.append(separator.characters(), separator.length());
166 stringBuilder.append(it->second.characters(), it->second.length());
167 stringBuilder.append('\n');
170 String headers = String::adopt(stringBuilder);