Home
last modified time | relevance | path

Searched refs:first_child_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/libjingle/xmllite/
Dxmlelement.cc61 first_child_(NULL), in XmlElement()
71 first_child_(NULL), in XmlElement()
88 XmlChild ** ppLast = &first_child_; in XmlElement()
91 for (pChild = elt.first_child_; pChild; pChild = pChild->NextChild()) { in XmlElement()
109 first_child_(NULL), in XmlElement()
127 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) { in BodyText()
128 return first_child_->AsText()->Text(); in BodyText()
137 } else if (first_child_ == NULL) { in SetBodyText()
139 } else if (first_child_->IsText() && last_child_ == first_child_) { in SetBodyText()
140 first_child_->AsText()->SetText(text); in SetBodyText()
[all …]
Dxmlelement.h227 XmlChild* first_child_; variable
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
Dxmlelement.cc78 first_child_(NULL), in XmlElement()
88 first_child_(NULL), in XmlElement()
105 XmlChild ** ppLast = &first_child_; in XmlElement()
108 for (pChild = elt.first_child_; pChild; pChild = pChild->NextChild()) { in XmlElement()
126 first_child_(NULL), in XmlElement()
144 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) { in BodyText()
145 return first_child_->AsText()->Text(); in BodyText()
154 } else if (first_child_ == NULL) { in SetBodyText()
156 } else if (first_child_->IsText() && last_child_ == first_child_) { in SetBodyText()
157 first_child_->AsText()->SetText(text); in SetBodyText()
[all …]
Dxmlelement.h244 XmlChild* first_child_; variable