Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp167 ExpressionList Expression::getClosure(bool bypass) in getClosure() function in Expression
180 ExpressionList childClosure = (*iter)->getClosure(bypassChildren); in getClosure()
191 ExpressionList restClosure = getClosure(true); in getClosure()
208 ExpressionList childClosure = childExpr->getClosure(false); in getNextExpressionClosure()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DExpression.h41 ExpressionList getClosure(bool bypass);