Lines Matching refs:children
316 EventLog::iterator last = curr_event_parent->children().end();
339 if ( !selected->children().empty() &&
342 selected = selected->children().end();
357 last_selected == last_selected->parent()->children().begin() )
363 if ( !last_selected->children().empty() ) {
365 last_selected = last_selected->children().end();
381 if ( !last_selected->children().empty() ) {
383 last_selected = last_selected->children().begin();
387 last_selected == last_selected->parent()->children().end() )
419 EventLog::const_iterator curr_event = curr_event_parent->children().begin();
420 EventLog::const_iterator last = curr_event_parent->children().end();