Searched refs:shelfType (Results 1 – 2 of 2) sorted by relevance
31 const char* shelfType = NULL);34 const char* shelfType = NULL);37 const char* shelfType = NULL);
521 BShelf::BShelf(BView *view, bool allowDrags, const char *shelfType) in BShelf() argument522 : BHandler(shelfType) in BShelf()529 const char *shelfType) in BShelf() argument530 : BHandler(shelfType) in BShelf()537 const char *shelfType) in BShelf() argument538 : BHandler(shelfType) in BShelf()1263 const char *shelfType = NULL; in _AddReplicant() local1264 if (data->FindString("shelf_type", &shelfType) == B_OK in _AddReplicant()1265 && shelfType != NULL) { in _AddReplicant()1266 if (Name() && strcmp(shelfType, Name()) != 0) { in _AddReplicant()[all …]