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/html/parser/
TextResourceDecoder.h 45 EncodingFromParentFrame
TextResourceDecoder.cpp 238 if (m_source != DefaultEncoding && m_source != EncodingFromParentFrame) {
280 if (m_source != DefaultEncoding && m_source != EncodingFromParentFrame) {
355 // different domains, |m_source| would not be set to EncodingFromParentFrame
362 && (m_source == DefaultEncoding || (m_source == EncodingFromParentFrame && m_hintEncoding));
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextResourceDecoderBuilder.cpp 93 decoder->setEncoding(parentFrame->document()->inputEncoding().string(), TextResourceDecoder::EncodingFromParentFrame);

Completed in 237 milliseconds