Home | History | Annotate | Download | only in loader

Lines Matching refs:TextResourceDecoder

24 #include "TextResourceDecoder.h"
282 TextResourceDecoder::ContentType TextResourceDecoder::determineContentType(const String& mimeType)
293 const TextEncoding& TextResourceDecoder::defaultEncoding(ContentType contentType, const TextEncoding& specifiedDefaultEncoding)
304 TextResourceDecoder::TextResourceDecoder(const String& mimeType, const TextEncoding& specifiedDefaultEncoding, bool usesEncodingDetector)
318 TextResourceDecoder::~TextResourceDecoder()
322 void TextResourceDecoder::setEncoding(const TextEncoding& encoding, EncodingSource source)
389 size_t TextResourceDecoder::checkForBOM(const char* data, size_t len)
434 bool TextResourceDecoder::checkForCSSCharset(const char* data, size_t len, bool& movedDataToBuffer)
515 bool TextResourceDecoder::checkForHeadCharset(const char* data, size_t len, bool& movedDataToBuffer)
578 bool TextResourceDecoder::checkForMetaCharset(const char* data, size_t length)
589 void TextResourceDecoder::detectJapaneseEncoding(const char* data, size_t len)
617 bool TextResourceDecoder::shouldAutoDetect() const
625 String TextResourceDecoder::decode(const char* data, size_t len)
671 String TextResourceDecoder::flush()