Home
last modified time | relevance | path

Searched refs:_transformChunk (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.js47 callback(null, this._transformChunk(chunk));
52 callback(null, this._transformChunk(''));
60 _transformChunk(chunk) { method in SAXParser
/third_party/parse5/packages/parse5-html-rewriting-stream/lib/
Dindex.js13 _transformChunk(chunk) { method in RewritingStream
16 super._transformChunk(chunk);