Searched defs:sawError (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecUTF8.cpp | 159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError() 169 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) in handlePartialSequence() 216 …xtCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
|
D | TextCodecICU.cpp | 295 …extCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
|
/external/webkit/Source/WebCore/loader/ |
D | TextResourceDecoder.h | 66 bool sawError() const { return m_sawError; } in sawError() function
|
/external/webkit/Source/WebCore/platform/text/qt/ |
D | TextCodecQt.cpp | 94 …CodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError) in decode() argument
|
/external/webkit/Source/WebCore/platform/text/brew/ |
D | TextCodecBrew.cpp | 77 …xtCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Lexer.h | 67 bool sawError() const { return m_error; } in sawError() function
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
D | TextCodecGtk.cpp | 435 …extCodecGtk::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | TextCodecMac.cpp | 198 …extCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
|
/external/webkit/Source/WebCore/platform/text/wince/ |
D | TextCodecWinCE.cpp | 236 …tCodecWinCE::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
|