Searched refs:EncodingFromParentFrame (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextResourceDecoder.h43 EncodingFromParentFrame enumerator in enum:WebCore::TextResourceDecoder::EncodingSource
H A DDocumentWriter.cpp195 m_decoder->setEncoding(parentFrame->document()->inputEncoding(), TextResourceDecoder::EncodingFromParentFrame);
H A DTextResourceDecoder.cpp449 if (m_source != DefaultEncoding && m_source != EncodingFromParentFrame) {
491 if (m_source != DefaultEncoding && m_source != EncodingFromParentFrame) {
589 // different domains, |m_source| would not be set to EncodingFromParentFrame
596 && (m_source == DefaultEncoding || (m_source == EncodingFromParentFrame && m_hintEncoding));

Completed in 115 milliseconds