Home | History | Annotate | Download | only in loader

Lines Matching refs:m_document

53     : m_document(document)
58 , m_parser(m_document->implicitOpen())
60 if (m_document->frame()) {
61 if (FrameView* view = m_document->frame()->view())
72 visitor->trace(m_document);
78 m_document->setCompatibilityMode(Document::NoQuirksMode);
82 if (DocumentParser* parser = m_document->parser()) {
94 OwnPtr<TextResourceDecoder> decoder = m_decoderBuilder.buildFor(m_document);
104 ASSERT(m_document);
109 RefPtr<LocalFrame> protector(m_document->frame());
115 OwnPtr<TextResourceDecoder> decoder = m_decoderBuilder.buildFor(m_document);
127 m_document = nullptr;