Searched refs:UpperSibling (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DLayer.cpp96 Layer::UpperSibling() const// we already have function in class:Layer
265 for (Layer *lay = BottomChild(); lay; lay = UpperSibling())
279 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) {
330 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) {
350 for (Layer *lay = BottomChild(); lay; lay = UpperSibling())
582 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) {
621 for (Layer *child = BottomChild(); child; child = UpperSibling())
631 for (Layer *child = BottomChild(); child; child = UpperSibling())
H A DLayer.h38 Layer* UpperSibling() const;
H A DMyView.cpp97 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling())
309 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling())

Completed in 54 milliseconds