TextDecoder 41 Source/modules/encoding/TextDecoder.cpp PassRefPtrWillBeRawPtr<TextDecoder> TextDecoder::create(const String& label, const Dictionary& options, ExceptionState& exceptionState) TextDecoder 54 Source/modules/encoding/TextDecoder.cpp return adoptRefWillBeNoop(new TextDecoder(encoding.name(), fatal)); TextDecoder 58 Source/modules/encoding/TextDecoder.cpp TextDecoder::TextDecoder(const String& encoding, bool fatal) TextDecoder 66 Source/modules/encoding/TextDecoder.cpp TextDecoder::~TextDecoder() TextDecoder 70 Source/modules/encoding/TextDecoder.cpp String TextDecoder::encoding() const TextDecoder 80 Source/modules/encoding/TextDecoder.cpp String TextDecoder::decode(ArrayBufferView* input, const Dictionary& options, ExceptionState& exceptionState) TextDecoder 46 Source/modules/encoding/TextDecoder.h class TextDecoder FINAL : public RefCountedWillBeGarbageCollectedFinalized<TextDecoder> { TextDecoder 48 Source/modules/encoding/TextDecoder.h static PassRefPtrWillBeRawPtr<TextDecoder> create(const String& label, const Dictionary&, ExceptionState&); TextDecoder 49 Source/modules/encoding/TextDecoder.h ~TextDecoder(); TextDecoder 59 Source/modules/encoding/TextDecoder.h TextDecoder(const String& encoding, bool fatal);