HomeSort by relevance Sort by last modified time
    Searched refs:m_fatal (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextDecoder.h 53 bool fatal() const { return m_fatal; }
65 bool m_fatal; member in class:WebCore::FINAL
TextDecoder.cpp 67 , m_fatal(fatal)
98 String s = m_codec->decode(start, length, flush, m_fatal, sawError);
100 if (m_fatal && sawError) {

Completed in 84 milliseconds