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

  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.cc 115 ppLast = &(newChild->next_child_);
254 for (pChild = first_child_; pChild; pChild = pChild->next_child_) {
263 for (pChild = next_child_; pChild; pChild = pChild->next_child_) {
272 for (pChild = first_child_; pChild; pChild = pChild->next_child_) {
282 for (pChild = next_child_; pChild; pChild = pChild->next_child_) {
292 for (pChild = first_child_; pChild; pChild = pChild->next_child_) {
302 for (pChild = first_child_; pChild; pChild = pChild->next_child_) {
312 for (pChild = next_child_; pChild; pChild = pChild->next_child_)
    [all...]
xmlelement.h 46 XmlChild* NextChild() { return next_child_; }
47 const XmlChild* NextChild() const { return next_child_; }
60 next_child_(NULL) {
75 XmlChild* next_child_; member in class:buzz::XmlChild
  /external/chromium_org/cc/resources/
resource_provider.h 428 int next_child_; member in class:cc::ResourceProvider
resource_provider.cc 687 next_child_(1),
765 int child = next_child_++;
    [all...]

Completed in 409 milliseconds