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

/haiku/src/servers/notification/
H A DNotificationWindow.cpp179 BString sourceName(notification->SourceName());
188 && sourceName.Length() > 0) {
189 appUsage = new AppUsage(sourceName.String(),
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp2153 const char* sourceName = NULL; local
2154 if (message->FindString("from name", &sourceName) == B_OK) {
2156 fSaveMessage->AddString("org.name", sourceName);

Completed in 70 milliseconds