Home | History | Annotate | Download | only in imports

Lines Matching refs:m_document

22     , m_document(document)
34 m_document = nullptr;
40 return m_document;
45 return !m_document->parsing() && m_document->styleEngine()->haveStylesheetsLoaded();
59 if (LocalFrame* frame = m_document->frame())
66 ASSERT(m_document);
67 if (m_recalcTimer.isActive() || !m_document->isActive())
70 if (m_recalcTimer.isActive() || !m_document)
95 ASSERT(m_document);
105 visitor->trace(m_document);