Home | History | Annotate | Download | only in parser

Lines Matching refs:appendBytes

776     // as appendBytes() will directly ship the data to the thread.
1029 void HTMLDocumentParser::appendBytes(const char* data, size_t length)
1040 TRACE_EVENT1("net", "HTMLDocumentParser::appendBytes", "size", (unsigned)length);
1046 DecodedDataDocumentParser::appendBytes(data, length);