Searched defs:sawError (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextResourceDecoder.h69 bool sawError() const { return m_sawError; } function in class:WebCore::TextResourceDecoder
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecUTF8.cpp159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) argument
213 bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) argument
263 String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
[all...]
H A DTextCodecICU.cpp358 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
/macosx-10.10/WebCore-7600.1.25/platform/text/mac/
H A DTextCodecMac.cpp198 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
/macosx-10.10/WebCore-7600.1.25/platform/text/win/
H A DTextCodecWin.cpp237 String TextCodecWin::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DLexer.h105 bool sawError() const { return m_error; } function in class:JSC::Lexer

Completed in 173 milliseconds