Lines Matching refs:_document
174 this->_document = document;
190 _document = document;
309 _document->logger()->notifyContentChanged(*this, old_content, _content);
399 _document->logger()->notifyAttributeChanged(*this, key, old_value, new_value);
408 g_assert(generic_child->document() == _document);
409 g_assert(!generic_ref || generic_ref->document() == _document);
446 _document->logger()->notifyChildAdded(*this, *child, ref);
452 g_assert(generic_child->document() == _document);
478 _document->logger()->notifyChildRemoved(*this, *child, ref);
484 g_assert(generic_child->document() == this->_document);
485 g_assert(!generic_ref || generic_ref->document() == this->_document);
528 _document->logger()->notifyChildOrderChanged(*this, *child, prev, ref);
636 for ( Node *child = _document->firstChild() ;
666 rch = child->duplicate(_document);
671 Node *rch=child->duplicate(_document);