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

  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.h 62 m_hintEncoding = hintDecoder->encoding().name();
87 const char* m_hintEncoding;
TextResourceDecoder.cpp 308 , m_hintEncoding(0)
619 // Just checking m_hintEncoding suffices here because it's only set
622 && (m_source == DefaultEncoding || (m_source == EncodingFromParentFrame && m_hintEncoding));
647 if (detectTextEncoding(data, len, m_hintEncoding, &detectedEncoding))
680 m_hintEncoding, &detectedEncoding))

Completed in 158 milliseconds