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

/haiku/src/kits/interface/
H A DShelf.cpp170 static replicant_data* Find(BList const *list, BView const *view, bool allowZombie);
174 static int32 IndexOf(BList const *list, BView const *view, bool allowZombie);
334 replicant_data::Find(BList const *list, BView const *view, bool allowZombie) argument
342 if (allowZombie && item->zombie_view == view)
383 replicant_data::IndexOf(BList const *list, BView const *view, bool allowZombie) argument
391 if (allowZombie && item->zombie_view == view)

Completed in 29 milliseconds