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

/haiku/src/preferences/notifications/
H A DNotificationsView.h35 bool Allowed() { return fAllowed; };
41 bool fAllowed; member in class:AppRow
H A DNotificationsView.cpp44 fAllowed(allowed)
47 BString text = fAllowed ? B_TRANSLATE("Allowed") : B_TRANSLATE("Muted");
55 fAllowed = allowed;
64 BString text = fAllowed ? B_TRANSLATE("Allowed") : B_TRANSLATE("Muted");
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.h25 uint32 fAllowed; member in struct:AccessEntry
H A DMetadataCache.cpp106 *allowed = it.Current().fAllowed;
121 entry.fAllowed = allowed;

Completed in 87 milliseconds