Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp180 ExpressionList childClosure = (*iter)->getClosure(bypassChildren); in getClosure() local
181 closure.splice(closure.end(), childClosure); in getClosure()
208 ExpressionList childClosure = childExpr->getClosure(false); in getNextExpressionClosure() local
210 ExpressionList::const_iterator iter = childClosure.begin(); in getNextExpressionClosure()
211 ExpressionList::const_iterator end = childClosure.end(); in getNextExpressionClosure()
326 ExpressionList childClosure = (*iter)->getClosureExecutables(true); in getClosureExecutables() local
327 candidateExecutables.splice(candidateExecutables.end(), childClosure); in getClosureExecutables()
345 ExpressionList childClosure = (*iter)->getClosureExecutables(true); in getClosureExecutables() local
346 candidateExecutables.splice(candidateExecutables.end(), childClosure); in getClosureExecutables()