Searched refs:last_child_ (Results 1 – 2 of 2) sorted by relevance
62 last_child_(NULL), in XmlElement()72 last_child_(NULL), in XmlElement()100 last_child_ = newChild; in XmlElement()110 last_child_(NULL), in XmlElement()127 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) { in BodyText()139 } else if (first_child_->IsText() && last_child_ == first_child_) { in SetBodyText()354 if (last_child_ == next) in RemoveChildAfter()355 last_child_ = predecessor; in RemoveChildAfter()371 element = element->last_child_->AsElement(); in AddAttr()380 if (last_child_ && last_child_->IsText()) { in AddParsedText()[all …]
228 XmlChild* last_child_; variable