Home | History | Annotate | Download | only in dom

Lines Matching refs:m_document

409     , m_document(document)
437 if (m_document)
438 m_document->selfOnlyRef();
469 if (m_document && rareData()->nodeLists())
470 m_document->removeNodeListCache();
487 if (m_document)
488 m_document->selfOnlyDeref();
520 if (inDocument() || m_document == document)
530 updateDOMNodeDocument(this, m_document, document);
534 if (m_document)
535 m_document->removeNodeListCache();
539 if (m_document)
540 m_document->selfOnlyDeref();
542 m_document = document;
898 } else if (!m_document || !m_document->hasNodeListCaches()) {