Home | History | Annotate | Download | only in dom

Lines Matching refs:m_doc

75     if (m_doc)
76 return m_doc->isWMLDocument();
86 if (n != m_doc)
98 if (m_currentNode != m_doc)
107 if (m_currentNode && m_currentNode != m_doc)
114 if (m_currentNodeStack[0] && m_currentNodeStack[0] != m_doc)
170 RefPtr<Node> newNode = Text::create(m_doc, "");
214 m_doc->updateStyleSelector();
219 m_doc->finishedParsing();
264 Document* doc = m_doc;