Home
last modified time | relevance | path

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

/haiku/src/servers/notification/
H A DAppGroupView.h33 int32 ChildrenCount();
H A DAppGroupView.cpp280 AppGroupView::ChildrenCount() in ChildrenCount() function in AppGroupView
H A DNotificationView.cpp295 if (groupView != NULL && groupView->ChildrenCount() > 1) in Draw()