Searched refs:BottomChild (Results 1 – 3 of 3) sorted by relevance
82 Layer::BottomChild() const // we already have in BottomChild() function in Layer212 startFrom? startFrom: BottomChild()); in Invalidate()265 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) in resize_layer_frame_by()279 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) { in rezize_layer_redraw_more()330 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) { in resize_layer_full_update_on_resize()350 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) in ResizeBy()467 rebuild_visible_regions(invalid, invalid, BottomChild()); in ScrollBy()582 for (Layer *lay = BottomChild(); lay; lay = UpperSibling()) { in rebuild_visible_regions()587 lay->rebuild_visible_regions(invalid, common, lay->BottomChild()); in rebuild_visible_regions()621 for (Layer *child = BottomChild(); child; child = UpperSibling()) in clear_visible_regions()[all …]
36 Layer* BottomChild() const;
97 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling()) in FindLayer()309 for (Layer *child = lay->BottomChild(); child; child = lay->UpperSibling()) in DrawSubTree()