HomeSort by relevance Sort by last modified time
    Searched full:first_child_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlelement.cc 61 first_child_(NULL),
71 first_child_(NULL),
88 XmlChild ** ppLast = &first_child_;
91 for (pChild = elt.first_child_; pChild; pChild = pChild->NextChild()) {
109 first_child_(NULL),
127 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) {
128 return first_child_->AsText()->Text();
137 } else if (first_child_ == NULL)
    [all...]
xmlelement.h 227 XmlChild* first_child_; member in class:buzz::XmlElement
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 78 first_child_(NULL),
88 first_child_(NULL),
105 XmlChild ** ppLast = &first_child_;
108 for (pChild = elt.first_child_; pChild; pChild = pChild->NextChild()) {
126 first_child_(NULL),
144 if (first_child_ && first_child_->IsText() && last_child_ == first_child_) {
145 return first_child_->AsText()->Text();
154 } else if (first_child_ == NULL)
    [all...]
xmlelement.h 244 XmlChild* first_child_; member in class:buzz::XmlElement

Completed in 210 milliseconds