Home
last modified time | relevance | path

Searched refs:checkForHeadCharset (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/loader/
DTextResourceDecoder.h76 bool checkForHeadCharset(const char*, size_t, bool& movedDataToBuffer);
DTextResourceDecoder.cpp539 bool TextResourceDecoder::checkForHeadCharset(const char* data, size_t len, bool& movedDataToBuffer) in checkForHeadCharset() function in WebCore::TextResourceDecoder
798 if (!checkForHeadCharset(data, len, movedDataToBuffer)) in decode()
/external/webkit/WebCore/
DChangeLog-2007-10-1410447 …(WebCore::TextResourceDecoder::checkForHeadCharset): Slightly loosen the charset decoder heuristic…
11178 (WebCore::TextResourceDecoder::checkForHeadCharset): Only honor XML declaration
18587 (WebCore::TextResourceDecoder::checkForHeadCharset):
58608 REGRESSION: Crash in checkForHeadCharset() under GuardMalloc
58613 … (WebCore::TextResourceDecoder::checkForHeadCharset): Fix end of buffer checks; sprinkle a number
58632 (WebCore::TextResourceDecoder::checkForHeadCharset): Fix an off by one error.
58913 (WebCore::TextResourceDecoder::checkForHeadCharset): Advance the pointer when necessary.
59007 (WebCore::TextResourceDecoder::checkForHeadCharset): Fix a logic
59129 (WebCore::TextResourceDecoder::checkForHeadCharset): Skip over
60388 (WebCore::TextResourceDecoder::checkForHeadCharset):
[all …]
DChangeLog-2008-08-103868 (WebCore::TextResourceDecoder::checkForHeadCharset):
16225 <rdar://problem/5960682> REGRESSION(r30535): Crashes on iExploder in checkForHeadCharset().
16230 (WebCore::TextResourceDecoder::checkForHeadCharset): Correct the length passed to
46782 (WebCore::TextResourceDecoder::checkForHeadCharset): Ditto.
58145 (WebCore::TextResourceDecoder::checkForHeadCharset): Ditto.
62860 … (WebCore::TextResourceDecoder::checkForHeadCharset): Don't stop looking for <meta> until we've
81668 (WebCore::TextResourceDecoder::checkForHeadCharset):
DChangeLog-2006-12-3113566 (WebCore::TextResourceDecoder::checkForHeadCharset):
17051 (WebCore::TextResourceDecoder::checkForHeadCharset):
32602 (WebCore::Decoder::checkForHeadCharset): Factored out of decode.
DChangeLog-2009-06-1626415 (WebCore::TextResourceDecoder::checkForHeadCharset): ditto
26776 (WebCore::TextResourceDecoder::checkForHeadCharset):