Home
last modified time | relevance | path

Searched refs:shelfType (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DShelf.h31 const char* shelfType = NULL);
34 const char* shelfType = NULL);
37 const char* shelfType = NULL);
/haiku/src/kits/interface/
H A DShelf.cpp521 BShelf::BShelf(BView *view, bool allowDrags, const char *shelfType) in BShelf() argument
522 : BHandler(shelfType) in BShelf()
529 const char *shelfType) in BShelf() argument
530 : BHandler(shelfType) in BShelf()
537 const char *shelfType) in BShelf() argument
538 : BHandler(shelfType) in BShelf()
1263 const char *shelfType = NULL; in _AddReplicant() local
1264 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 …]