Home
last modified time | relevance | path

Searched refs:child_before (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Drostermoduleimpl.cc505 XmlChild * child_before; in RemoveGroup() local
506 if (FindGroup(group, NULL, &child_before)) { in RemoveGroup()
507 raw_xml_->RemoveChildAfter(child_before); in RemoveGroup()
516 XmlChild** child_before) { in FindGroup() argument
527 if (child_before) in FindGroup()
528 *child_before = prev_child; in FindGroup()
Drostermoduleimpl.h145 XmlChild** child_before);