Home | History | Annotate | Download | only in parser

Lines Matching refs:stringBuilder

38 #include "wtf/text/StringBuilder.h"
273 stringBuilder.append(newString);
282 stringBuilder.swap(other.stringBuilder);
293 // When the stringbuilder is empty, the parent and whitespace should also be "empty".
294 ASSERT(stringBuilder.isEmpty() == !parent);
295 ASSERT(!stringBuilder.isEmpty() || !nextChild);
296 ASSERT(!stringBuilder.isEmpty() || (whitespaceMode == WhitespaceUnknown));
297 return stringBuilder.isEmpty();
304 StringBuilder stringBuilder;