Home
last modified time | relevance | path

Searched defs:sawError (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/loader/
DTextResourceDecoder.h64 bool sawError() const { return m_sawError; } in sawError() function
/external/webkit/WebCore/platform/text/qt/
DTextCodecQt.cpp95 …CodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError) in decode() argument
/external/webkit/JavaScriptCore/parser/
DLexer.h58 bool sawError() const { return m_error; } in sawError() function
/external/webkit/WebCore/platform/text/mac/
DTextCodecMac.cpp197 …extCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
/external/webkit/WebCore/platform/text/
DTextCodecICU.cpp297 …extCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()