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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoder.h 44 EncodingFromParentFrame
TextResourceDecoderBuilder.cpp 89 decoder->setEncoding(parentFrame->document()->inputEncoding(), TextResourceDecoder::EncodingFromParentFrame);
TextResourceDecoder.cpp 462 if (m_source != DefaultEncoding && m_source != EncodingFromParentFrame) {
502 if (m_source != DefaultEncoding && m_source != EncodingFromParentFrame) {
595 // different domains, |m_source| would not be set to EncodingFromParentFrame
602 && (m_source == DefaultEncoding || (m_source == EncodingFromParentFrame && m_hintEncoding));

Completed in 699 milliseconds