Searched refs:m_hintEncoding (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextResourceDecoder.h65 m_hintEncoding = hintDecoder->encoding().name();
89 const char* m_hintEncoding; member in class:WebCore::TextResourceDecoder
H A DTextResourceDecoder.cpp329 , m_hintEncoding(0)
593 // Just checking m_hintEncoding suffices here because it's only set
596 && (m_source == DefaultEncoding || (m_source == EncodingFromParentFrame && m_hintEncoding));
621 if (detectTextEncoding(data, len, m_hintEncoding, &detectedEncoding))
654 m_hintEncoding, &detectedEncoding))

Completed in 175 milliseconds